Shades of Shocking #EE9ECC
Tints of Shocking #EE9ECC
RGB
CMYK
RGB Variations
Color information
#EE9ECC (or 0xEE9ECC) is known color: Shocking. HEX triplet: EE, 9E and CC. RGB value is (238,158,204). Sum of RGB (Red+Green+Blue) = 238+158+204=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ECC is #116133. Grayscale: #BBBBBB. Windows color (decimal): -1138996 or 13410030. OLE color: 13410030.
HSL color Cylindrical-coordinate representation of color #EE9ECC: hue angle of 325.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9ECC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 204 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 325.5º | 0.7% | 0.78% | - |
| HSV(B) | 325.5º | 0.34% | 0.93% | - |
| XYZ | 58.39 | 46.99 | 63.12 | - |
| YUV | 187.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 204 | 0 | 0.34 | 0.14 | 0.07 | 325.5 | 0.7 | 0.78 |
| Hex | EE | 9E | CC | 0 | 22 | E | 7 | 146 | 46 | 4E |
| Octal | 356 | 236 | 314 | 0 | 42 | 16 | 7 | 506 | 106 | 116 |
| Binary | 11101110 | 10011110 | 11001100 | 0 | 100010 | 1110 | 111 | 101000110 | 1000110 | 1001110 |
Color Harmonies of #EE9ECC
Complementary color
Monochromatic Colors of #EE9ECC
Black with #EE9ECC
Text Example
Text Example
White with #EE9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9ECC; }
p { color: rgb(238,158,204); }
H1.HeaderClassName
{
color: #EE9ECC;
}
.AnyTagClassName
{
color: #EE9ECC;
}
</style>
background-color css
<style>
a { background-color: #EE9ECC; }
a { background-color: rgb(238,158,204); }
div.DivClassName
{
background-color: #EE9ECC;
}
.BgClassName
{
background-color: #EE9ECC;
}
</style>
border-color css
<style>
span { border-color: #EE9ECC; }
span { border-color: rgb(238,158,204); }
td.TdClassName
{
border-color: #EE9ECC;
}
.TagClassName
{
border-color: #EE9ECC;
}
</style>