Shades of Shocking #EE9DCB
Tints of Shocking #EE9DCB
RGB
CMYK
RGB Variations
Color information
#EE9DCB (or 0xEE9DCB) is known color: Shocking. HEX triplet: EE, 9D and CB. RGB value is (238,157,203). Sum of RGB (Red+Green+Blue) = 238+157+203=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DCB is #116234. Grayscale: #BABABA. Windows color (decimal): -1139253 or 13344238. OLE color: 13344238.
HSL color Cylindrical-coordinate representation of color #EE9DCB: hue angle of 325.93º 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 #EE9DCB is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 203 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.07 |
| HSL | 325.93º | 0.7% | 0.77% | - |
| HSV(B) | 325.93º | 0.34% | 0.93% | - |
| XYZ | 58.1 | 46.6 | 62.43 | - |
| YUV | 186.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 203 | 0 | 0.34 | 0.15 | 0.07 | 325.93 | 0.7 | 0.77 |
| Hex | EE | 9D | CB | 0 | 22 | F | 7 | 146 | 46 | 4D |
| Octal | 356 | 235 | 313 | 0 | 42 | 17 | 7 | 506 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11001011 | 0 | 100010 | 1111 | 111 | 101000110 | 1000110 | 1001101 |
Color Harmonies of #EE9DCB
Complementary color
Monochromatic Colors of #EE9DCB
Black with #EE9DCB
Text Example
Text Example
White with #EE9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DCB; }
p { color: rgb(238,157,203); }
H1.HeaderClassName
{
color: #EE9DCB;
}
.AnyTagClassName
{
color: #EE9DCB;
}
</style>
background-color css
<style>
a { background-color: #EE9DCB; }
a { background-color: rgb(238,157,203); }
div.DivClassName
{
background-color: #EE9DCB;
}
.BgClassName
{
background-color: #EE9DCB;
}
</style>
border-color css
<style>
span { border-color: #EE9DCB; }
span { border-color: rgb(238,157,203); }
td.TdClassName
{
border-color: #EE9DCB;
}
.TagClassName
{
border-color: #EE9DCB;
}
</style>