Shades of Shocking #EE9BCE
Tints of Shocking #EE9BCE
RGB
CMYK
RGB Variations
Color information
#EE9BCE (or 0xEE9BCE) is known color: Shocking. HEX triplet: EE, 9B and CE. RGB value is (238,155,206). Sum of RGB (Red+Green+Blue) = 238+155+206=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BCE is #116431. Grayscale: #B9B9B9. Windows color (decimal): -1139762 or 13540334. OLE color: 13540334.
HSL color Cylindrical-coordinate representation of color #EE9BCE: hue angle of 323.13º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BCE is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 206 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.07 |
| HSL | 323.13º | 0.71% | 0.77% | - |
| HSV(B) | 323.13º | 0.35% | 0.93% | - |
| XYZ | 58.12 | 46.08 | 64.22 | - |
| YUV | 185.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 206 | 0 | 0.35 | 0.13 | 0.07 | 323.13 | 0.71 | 0.77 |
| Hex | EE | 9B | CE | 0 | 23 | D | 7 | 143 | 47 | 4D |
| Octal | 356 | 233 | 316 | 0 | 43 | 15 | 7 | 503 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11001110 | 0 | 100011 | 1101 | 111 | 101000011 | 1000111 | 1001101 |
Color Harmonies of #EE9BCE
Complementary color
Monochromatic Colors of #EE9BCE
Black with #EE9BCE
Text Example
Text Example
White with #EE9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BCE; }
p { color: rgb(238,155,206); }
H1.HeaderClassName
{
color: #EE9BCE;
}
.AnyTagClassName
{
color: #EE9BCE;
}
</style>
background-color css
<style>
a { background-color: #EE9BCE; }
a { background-color: rgb(238,155,206); }
div.DivClassName
{
background-color: #EE9BCE;
}
.BgClassName
{
background-color: #EE9BCE;
}
</style>
border-color css
<style>
span { border-color: #EE9BCE; }
span { border-color: rgb(238,155,206); }
td.TdClassName
{
border-color: #EE9BCE;
}
.TagClassName
{
border-color: #EE9BCE;
}
</style>