Color spaces of #e288ad
RGB | 226 | 136 | 173 |
---|---|---|---|
HSL | 0.93 | 0.61 | 0.71 |
HSV | 335° | 40° | 89° |
CMYK | 0.00 | 0.40 | 0.23 0.11 |
XYZ | 47.7110 | 36.7942 | 44.1225 |
Yxy | 36.7942 | 0.3709 | 0.2861 |
Hunter Lab | 60.6582 | 34.2481 | -0.6665 |
CIE-Lab | 67.1223 | 39.0855 | -4.6862 |
#e288ad color RGB value is (226,136,173).
#e288ad hex color red value is 226, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e288ad hue: 0.93 , saturation: 0.61 and the lightness value of e288ad is 0.71.
The process color (four color CMYK) of #e288ad color hex is 0.00, 0.40, 0.23, 0.11. Web safe color of #e288ad is #cc9999. Color #e288ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10001000 | 10101101 |
Octal | 342 | 210 | 255 |
Decimal | 226 | 136 | 173 |
Hex | E2 | 88 | AD |
Shades of #e288ad
Tints of #e288ad
RGB Percentages of Color #e288ad
CMYK Percentages of Color #e288ad
Complementary Color
#e288ad | #88e2bd |
#e288ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e288ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e288ad Color CSS Codes
.mybgcolor {background-color:#e288ad; } .myforecolor {color:#e288ad; } .mybordercolor {border:3px solid #e288ad; }
#e288ad Text Font Color
<p style="color:#e288ad">Text here</p>
This sample text font color is #e288ad
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.
#e288ad Background Color
<div style="background-color:#e288ad">
Div content here</div>
This div background color is #e288ad
#e288ad Border Color
<div style="border:3px solid #e288ad">
Div here</div>
This div border color is #e288ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,136,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e288ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e288ad; -webkit-box-shadow: 1px 1px 3px 2px #e288ad; box-shadow: 1px 1px 3px 2px #e288ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,136,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e288ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e288ad; -webkit-box-shadow: 1px 1px 3px 2px #e288ad; box-shadow: 1px 1px 3px 2px #e288ad;">
Div content here</div>
This div box has shadow with color #e288ad
Comments
No comments written yet.
Please login to write comment.