Shades of Shocking #EE9DCE
Tints of Shocking #EE9DCE
RGB
CMYK
RGB Variations
Color information
#EE9DCE (or 0xEE9DCE) is known color: Shocking. HEX triplet: EE, 9D and CE. RGB value is (238,157,206). Sum of RGB (Red+Green+Blue) = 238+157+206=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DCE is #116231. Grayscale: #BABABA. Windows color (decimal): -1139250 or 13540846. OLE color: 13540846.
HSL color Cylindrical-coordinate representation of color #EE9DCE: hue angle of 323.7º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DCE is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 206 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.07 |
| HSL | 323.7º | 0.7% | 0.77% | - |
| HSV(B) | 323.7º | 0.34% | 0.93% | - |
| XYZ | 58.46 | 46.75 | 64.33 | - |
| YUV | 186.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 206 | 0 | 0.34 | 0.13 | 0.07 | 323.7 | 0.7 | 0.77 |
| Hex | EE | 9D | CE | 0 | 22 | D | 7 | 144 | 46 | 4D |
| Octal | 356 | 235 | 316 | 0 | 42 | 15 | 7 | 504 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11001110 | 0 | 100010 | 1101 | 111 | 101000100 | 1000110 | 1001101 |
Color Harmonies of #EE9DCE
Complementary color
Monochromatic Colors of #EE9DCE
Black with #EE9DCE
Text Example
Text Example
White with #EE9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DCE; }
p { color: rgb(238,157,206); }
H1.HeaderClassName
{
color: #EE9DCE;
}
.AnyTagClassName
{
color: #EE9DCE;
}
</style>
background-color css
<style>
a { background-color: #EE9DCE; }
a { background-color: rgb(238,157,206); }
div.DivClassName
{
background-color: #EE9DCE;
}
.BgClassName
{
background-color: #EE9DCE;
}
</style>
border-color css
<style>
span { border-color: #EE9DCE; }
span { border-color: rgb(238,157,206); }
td.TdClassName
{
border-color: #EE9DCE;
}
.TagClassName
{
border-color: #EE9DCE;
}
</style>