Shades of Shocking #E09ECB
Tints of Shocking #E09ECB
RGB
CMYK
RGB Variations
Color information
#E09ECB (or 0xE09ECB) is known color: Shocking. HEX triplet: E0, 9E and CB. RGB value is (224,158,203). Sum of RGB (Red+Green+Blue) = 224+158+203=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ECB is #1F6134. Grayscale: #B6B6B6. Windows color (decimal): -2056501 or 13344480. OLE color: 13344480.
HSL color Cylindrical-coordinate representation of color #E09ECB: hue angle of 319.09º 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 #E09ECB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 203 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.12 |
| HSL | 319.09º | 0.52% | 0.75% | - |
| HSV(B) | 319.09º | 0.29% | 0.88% | - |
| XYZ | 53.75 | 44.61 | 62.28 | - |
| YUV | 182.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 203 | 0 | 0.29 | 0.09 | 0.12 | 319.09 | 0.52 | 0.75 |
| Hex | E0 | 9E | CB | 0 | 1D | 9 | C | 13F | 34 | 4B |
| Octal | 340 | 236 | 313 | 0 | 35 | 11 | 14 | 477 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11001011 | 0 | 11101 | 1001 | 1100 | 100111111 | 110100 | 1001011 |
Color Harmonies of #E09ECB
Complementary color
Monochromatic Colors of #E09ECB
Black with #E09ECB
Text Example
Text Example
White with #E09ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ECB; }
p { color: rgb(224,158,203); }
H1.HeaderClassName
{
color: #E09ECB;
}
.AnyTagClassName
{
color: #E09ECB;
}
</style>
background-color css
<style>
a { background-color: #E09ECB; }
a { background-color: rgb(224,158,203); }
div.DivClassName
{
background-color: #E09ECB;
}
.BgClassName
{
background-color: #E09ECB;
}
</style>
border-color css
<style>
span { border-color: #E09ECB; }
span { border-color: rgb(224,158,203); }
td.TdClassName
{
border-color: #E09ECB;
}
.TagClassName
{
border-color: #E09ECB;
}
</style>