Color spaces of #e7288e
RGB | 231 | 40 | 142 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.53 |
HSV | 328° | 83° | 91° |
CMYK | 0.00 | 0.83 | 0.39 0.09 |
XYZ | 38.5963 | 20.4595 | 27.5060 |
Yxy | 20.4595 | 0.4459 | 0.2364 |
Hunter Lab | 45.2322 | 73.1565 | -4.3921 |
CIE-Lab | 52.3528 | 75.6350 | -8.5810 |
#e7288e color RGB value is (231,40,142).
#e7288e hex color red value is 231, green value is 40 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e7288e hue: 0.91 , saturation: 0.80 and the lightness value of e7288e is 0.53.
The process color (four color CMYK) of #e7288e color hex is 0.00, 0.83, 0.39, 0.09. Web safe color of #e7288e is #ff3399. Color #e7288e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101000 | 10001110 |
Octal | 347 | 50 | 216 |
Decimal | 231 | 40 | 142 |
Hex | E7 | 28 | 8E |
Shades of #e7288e
Tints of #e7288e
RGB Percentages of Color #e7288e
CMYK Percentages of Color #e7288e
Complementary Color
#e7288e | #28e781 |
#e7288e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7288e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7288e Color CSS Codes
.mybgcolor {background-color:#e7288e; } .myforecolor {color:#e7288e; } .mybordercolor {border:3px solid #e7288e; }
#e7288e Text Font Color
<p style="color:#e7288e">Text here</p>
This sample text font color is #e7288e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e7288e Background Color
<div style="background-color:#e7288e">
Div content here</div>
This div background color is #e7288e
#e7288e Border Color
<div style="border:3px solid #e7288e">
Div here</div>
This div border color is #e7288e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,40,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7288e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7288e; -webkit-box-shadow: 1px 1px 3px 2px #e7288e; box-shadow: 1px 1px 3px 2px #e7288e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,40,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7288e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7288e; -webkit-box-shadow: 1px 1px 3px 2px #e7288e; box-shadow: 1px 1px 3px 2px #e7288e;">
Div content here</div>
This div box has shadow with color #e7288e
Comments
No comments written yet.
Please login to write comment.