Shades of Shocking #EE9BCC
Tints of Shocking #EE9BCC
RGB
CMYK
RGB Variations
Color information
#EE9BCC (or 0xEE9BCC) is known color: Shocking. HEX triplet: EE, 9B and CC. RGB value is (238,155,204). Sum of RGB (Red+Green+Blue) = 238+155+204=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BCC is #116433. Grayscale: #B9B9B9. Windows color (decimal): -1139764 or 13409262. OLE color: 13409262.
HSL color Cylindrical-coordinate representation of color #EE9BCC: hue angle of 324.58º 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 #EE9BCC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 204 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.07 |
| HSL | 324.58º | 0.71% | 0.77% | - |
| HSV(B) | 324.58º | 0.35% | 0.93% | - |
| XYZ | 57.88 | 45.98 | 62.95 | - |
| YUV | 185.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 204 | 0 | 0.35 | 0.14 | 0.07 | 324.58 | 0.71 | 0.77 |
| Hex | EE | 9B | CC | 0 | 23 | E | 7 | 145 | 47 | 4D |
| Octal | 356 | 233 | 314 | 0 | 43 | 16 | 7 | 505 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11001100 | 0 | 100011 | 1110 | 111 | 101000101 | 1000111 | 1001101 |
Color Harmonies of #EE9BCC
Complementary color
Monochromatic Colors of #EE9BCC
Black with #EE9BCC
Text Example
Text Example
White with #EE9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BCC; }
p { color: rgb(238,155,204); }
H1.HeaderClassName
{
color: #EE9BCC;
}
.AnyTagClassName
{
color: #EE9BCC;
}
</style>
background-color css
<style>
a { background-color: #EE9BCC; }
a { background-color: rgb(238,155,204); }
div.DivClassName
{
background-color: #EE9BCC;
}
.BgClassName
{
background-color: #EE9BCC;
}
</style>
border-color css
<style>
span { border-color: #EE9BCC; }
span { border-color: rgb(238,155,204); }
td.TdClassName
{
border-color: #EE9BCC;
}
.TagClassName
{
border-color: #EE9BCC;
}
</style>