Shades of Shocking #EE9CCC
Tints of Shocking #EE9CCC
RGB
CMYK
RGB Variations
Color information
#EE9CCC (or 0xEE9CCC) is known color: Shocking. HEX triplet: EE, 9C and CC. RGB value is (238,156,204). Sum of RGB (Red+Green+Blue) = 238+156+204=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CCC is #116333. Grayscale: #B9B9B9. Windows color (decimal): -1139508 or 13409518. OLE color: 13409518.
HSL color Cylindrical-coordinate representation of color #EE9CCC: hue angle of 324.88º degrees, saturation: 0.71, 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 #EE9CCC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 204 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 324.88º | 0.71% | 0.77% | - |
| HSV(B) | 324.88º | 0.34% | 0.93% | - |
| XYZ | 58.05 | 46.31 | 63.01 | - |
| YUV | 185.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 204 | 0 | 0.34 | 0.14 | 0.07 | 324.88 | 0.71 | 0.77 |
| Hex | EE | 9C | CC | 0 | 22 | E | 7 | 145 | 47 | 4D |
| Octal | 356 | 234 | 314 | 0 | 42 | 16 | 7 | 505 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11001100 | 0 | 100010 | 1110 | 111 | 101000101 | 1000111 | 1001101 |
Color Harmonies of #EE9CCC
Complementary color
Monochromatic Colors of #EE9CCC
Black with #EE9CCC
Text Example
Text Example
White with #EE9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CCC; }
p { color: rgb(238,156,204); }
H1.HeaderClassName
{
color: #EE9CCC;
}
.AnyTagClassName
{
color: #EE9CCC;
}
</style>
background-color css
<style>
a { background-color: #EE9CCC; }
a { background-color: rgb(238,156,204); }
div.DivClassName
{
background-color: #EE9CCC;
}
.BgClassName
{
background-color: #EE9CCC;
}
</style>
border-color css
<style>
span { border-color: #EE9CCC; }
span { border-color: rgb(238,156,204); }
td.TdClassName
{
border-color: #EE9CCC;
}
.TagClassName
{
border-color: #EE9CCC;
}
</style>