Shades of Shocking #EE99D0
Tints of Shocking #EE99D0
RGB
CMYK
RGB Variations
Color information
#EE99D0 (or 0xEE99D0) is known color: Shocking. HEX triplet: EE, 99 and D0. RGB value is (238,153,208). Sum of RGB (Red+Green+Blue) = 238+153+208=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99D0 is #11662F. Grayscale: #B8B8B8. Windows color (decimal): -1140272 or 13670894. OLE color: 13670894.
HSL color Cylindrical-coordinate representation of color #EE99D0: hue angle of 321.18º 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 #EE99D0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 208 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.07 |
| HSL | 321.18º | 0.71% | 0.77% | - |
| HSV(B) | 321.18º | 0.36% | 0.93% | - |
| XYZ | 58.04 | 45.51 | 65.4 | - |
| YUV | 184.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 208 | 0 | 0.36 | 0.13 | 0.07 | 321.18 | 0.71 | 0.77 |
| Hex | EE | 99 | D0 | 0 | 24 | D | 7 | 141 | 47 | 4D |
| Octal | 356 | 231 | 320 | 0 | 44 | 15 | 7 | 501 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11010000 | 0 | 100100 | 1101 | 111 | 101000001 | 1000111 | 1001101 |
Color Harmonies of #EE99D0
Complementary color
Monochromatic Colors of #EE99D0
Black with #EE99D0
Text Example
Text Example
White with #EE99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99D0; }
p { color: rgb(238,153,208); }
H1.HeaderClassName
{
color: #EE99D0;
}
.AnyTagClassName
{
color: #EE99D0;
}
</style>
background-color css
<style>
a { background-color: #EE99D0; }
a { background-color: rgb(238,153,208); }
div.DivClassName
{
background-color: #EE99D0;
}
.BgClassName
{
background-color: #EE99D0;
}
</style>
border-color css
<style>
span { border-color: #EE99D0; }
span { border-color: rgb(238,153,208); }
td.TdClassName
{
border-color: #EE99D0;
}
.TagClassName
{
border-color: #EE99D0;
}
</style>