Color spaces of #e206de
RGB | 226 | 6 | 222 |
---|---|---|---|
HSL | 0.84 | 0.95 | 0.45 |
HSV | 301° | 97° | 89° |
CMYK | 0.00 | 0.97 | 0.02 0.11 |
XYZ | 44.6140 | 21.5729 | 70.9198 |
Yxy | 21.5729 | 0.3254 | 0.1573 |
Hunter Lab | 46.4466 | 90.1753 | -58.0178 |
CIE-Lab | 53.5709 | 88.7059 | -53.4170 |
#e206de color RGB value is (226,6,222).
#e206de hex color red value is 226, green value is 6 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e206de hue: 0.84 , saturation: 0.95 and the lightness value of e206de is 0.45.
The process color (four color CMYK) of #e206de color hex is 0.00, 0.97, 0.02, 0.11. Web safe color of #e206de is #cc00cc. Color #e206de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000110 | 11011110 |
Octal | 342 | 6 | 336 |
Decimal | 226 | 6 | 222 |
Hex | E2 | 6 | DE |
Shades of #e206de
Tints of #e206de
RGB Percentages of Color #e206de
CMYK Percentages of Color #e206de
Complementary Color
#e206de | #06e20a |
#e206de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e206de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e206de Color CSS Codes
.mybgcolor {background-color:#e206de; } .myforecolor {color:#e206de; } .mybordercolor {border:3px solid #e206de; }
#e206de Text Font Color
<p style="color:#e206de">Text here</p>
This sample text font color is #e206de
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.
#e206de Background Color
<div style="background-color:#e206de">
Div content here</div>
This div background color is #e206de
#e206de Border Color
<div style="border:3px solid #e206de">
Div here</div>
This div border color is #e206de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,6,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e206de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e206de; -webkit-box-shadow: 1px 1px 3px 2px #e206de; box-shadow: 1px 1px 3px 2px #e206de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,6,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e206de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e206de; -webkit-box-shadow: 1px 1px 3px 2px #e206de; box-shadow: 1px 1px 3px 2px #e206de;">
Div content here</div>
This div box has shadow with color #e206de
Comments
No comments written yet.
Please login to write comment.