Shades of Shocking #EE99CE
Tints of Shocking #EE99CE
RGB
CMYK
RGB Variations
Color information
#EE99CE (or 0xEE99CE) is known color: Shocking. HEX triplet: EE, 99 and CE. RGB value is (238,153,206). Sum of RGB (Red+Green+Blue) = 238+153+206=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99CE is #116631. Grayscale: #B8B8B8. Windows color (decimal): -1140274 or 13539822. OLE color: 13539822.
HSL color Cylindrical-coordinate representation of color #EE99CE: hue angle of 322.59º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99CE is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 206 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.07 |
| HSL | 322.59º | 0.71% | 0.77% | - |
| HSV(B) | 322.59º | 0.36% | 0.93% | - |
| XYZ | 57.79 | 45.42 | 64.11 | - |
| YUV | 184.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 206 | 0 | 0.36 | 0.13 | 0.07 | 322.59 | 0.71 | 0.77 |
| Hex | EE | 99 | CE | 0 | 24 | D | 7 | 143 | 47 | 4D |
| Octal | 356 | 231 | 316 | 0 | 44 | 15 | 7 | 503 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11001110 | 0 | 100100 | 1101 | 111 | 101000011 | 1000111 | 1001101 |
Color Harmonies of #EE99CE
Complementary color
Monochromatic Colors of #EE99CE
Black with #EE99CE
Text Example
Text Example
White with #EE99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99CE; }
p { color: rgb(238,153,206); }
H1.HeaderClassName
{
color: #EE99CE;
}
.AnyTagClassName
{
color: #EE99CE;
}
</style>
background-color css
<style>
a { background-color: #EE99CE; }
a { background-color: rgb(238,153,206); }
div.DivClassName
{
background-color: #EE99CE;
}
.BgClassName
{
background-color: #EE99CE;
}
</style>
border-color css
<style>
span { border-color: #EE99CE; }
span { border-color: rgb(238,153,206); }
td.TdClassName
{
border-color: #EE99CE;
}
.TagClassName
{
border-color: #EE99CE;
}
</style>