Shades of Shocking #EE99C0
Tints of Shocking #EE99C0
RGB
CMYK
RGB Variations
Color information
#EE99C0 (or 0xEE99C0) is known color: Shocking. HEX triplet: EE, 99 and C0. RGB value is (238,153,192). Sum of RGB (Red+Green+Blue) = 238+153+192=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99C0 is #11663F. Grayscale: #B6B6B6. Windows color (decimal): -1140288 or 12622318. OLE color: 12622318.
HSL color Cylindrical-coordinate representation of color #EE99C0: hue angle of 332.47º 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 #EE99C0 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 192 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.07 |
| HSL | 332.47º | 0.71% | 0.77% | - |
| HSV(B) | 332.47º | 0.36% | 0.93% | - |
| XYZ | 56.17 | 44.77 | 55.55 | - |
| YUV | 182.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 192 | 0 | 0.36 | 0.19 | 0.07 | 332.47 | 0.71 | 0.77 |
| Hex | EE | 99 | C0 | 0 | 24 | 13 | 7 | 14C | 47 | 4D |
| Octal | 356 | 231 | 300 | 0 | 44 | 23 | 7 | 514 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11000000 | 0 | 100100 | 10011 | 111 | 101001100 | 1000111 | 1001101 |
Color Harmonies of #EE99C0
Complementary color
Monochromatic Colors of #EE99C0
Black with #EE99C0
Text Example
Text Example
White with #EE99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99C0; }
p { color: rgb(238,153,192); }
H1.HeaderClassName
{
color: #EE99C0;
}
.AnyTagClassName
{
color: #EE99C0;
}
</style>
background-color css
<style>
a { background-color: #EE99C0; }
a { background-color: rgb(238,153,192); }
div.DivClassName
{
background-color: #EE99C0;
}
.BgClassName
{
background-color: #EE99C0;
}
</style>
border-color css
<style>
span { border-color: #EE99C0; }
span { border-color: rgb(238,153,192); }
td.TdClassName
{
border-color: #EE99C0;
}
.TagClassName
{
border-color: #EE99C0;
}
</style>