Shades of Shocking #E09ECC
Tints of Shocking #E09ECC
RGB
CMYK
RGB Variations
Color information
#E09ECC (or 0xE09ECC) is known color: Shocking. HEX triplet: E0, 9E and CC. RGB value is (224,158,204). Sum of RGB (Red+Green+Blue) = 224+158+204=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ECC is #1F6133. Grayscale: #B6B6B6. Windows color (decimal): -2056500 or 13410016. OLE color: 13410016.
HSL color Cylindrical-coordinate representation of color #E09ECC: hue angle of 318.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09ECC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 204 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.12 |
| HSL | 318.18º | 0.52% | 0.75% | - |
| HSV(B) | 318.18º | 0.29% | 0.88% | - |
| XYZ | 53.87 | 44.66 | 62.91 | - |
| YUV | 182.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 204 | 0 | 0.29 | 0.09 | 0.12 | 318.18 | 0.52 | 0.75 |
| Hex | E0 | 9E | CC | 0 | 1D | 9 | C | 13E | 34 | 4B |
| Octal | 340 | 236 | 314 | 0 | 35 | 11 | 14 | 476 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11001100 | 0 | 11101 | 1001 | 1100 | 100111110 | 110100 | 1001011 |
Color Harmonies of #E09ECC
Complementary color
Monochromatic Colors of #E09ECC
Black with #E09ECC
Text Example
Text Example
White with #E09ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ECC; }
p { color: rgb(224,158,204); }
H1.HeaderClassName
{
color: #E09ECC;
}
.AnyTagClassName
{
color: #E09ECC;
}
</style>
background-color css
<style>
a { background-color: #E09ECC; }
a { background-color: rgb(224,158,204); }
div.DivClassName
{
background-color: #E09ECC;
}
.BgClassName
{
background-color: #E09ECC;
}
</style>
border-color css
<style>
span { border-color: #E09ECC; }
span { border-color: rgb(224,158,204); }
td.TdClassName
{
border-color: #E09ECC;
}
.TagClassName
{
border-color: #E09ECC;
}
</style>