Shades of Shocking #E09ECD
Tints of Shocking #E09ECD
RGB
CMYK
RGB Variations
Color information
#E09ECD (or 0xE09ECD) is known color: Shocking. HEX triplet: E0, 9E and CD. RGB value is (224,158,205). Sum of RGB (Red+Green+Blue) = 224+158+205=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ECD is #1F6132. Grayscale: #B6B6B6. Windows color (decimal): -2056499 or 13475552. OLE color: 13475552.
HSL color Cylindrical-coordinate representation of color #E09ECD: hue angle of 317.27º 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 #E09ECD is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 205 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.12 |
| HSL | 317.27º | 0.52% | 0.75% | - |
| HSV(B) | 317.27º | 0.29% | 0.88% | - |
| XYZ | 53.99 | 44.71 | 63.54 | - |
| YUV | 183.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 205 | 0 | 0.29 | 0.08 | 0.12 | 317.27 | 0.52 | 0.75 |
| Hex | E0 | 9E | CD | 0 | 1D | 8 | C | 13D | 34 | 4B |
| Octal | 340 | 236 | 315 | 0 | 35 | 10 | 14 | 475 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11001101 | 0 | 11101 | 1000 | 1100 | 100111101 | 110100 | 1001011 |
Color Harmonies of #E09ECD
Complementary color
Monochromatic Colors of #E09ECD
Black with #E09ECD
Text Example
Text Example
White with #E09ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ECD; }
p { color: rgb(224,158,205); }
H1.HeaderClassName
{
color: #E09ECD;
}
.AnyTagClassName
{
color: #E09ECD;
}
</style>
background-color css
<style>
a { background-color: #E09ECD; }
a { background-color: rgb(224,158,205); }
div.DivClassName
{
background-color: #E09ECD;
}
.BgClassName
{
background-color: #E09ECD;
}
</style>
border-color css
<style>
span { border-color: #E09ECD; }
span { border-color: rgb(224,158,205); }
td.TdClassName
{
border-color: #E09ECD;
}
.TagClassName
{
border-color: #E09ECD;
}
</style>