Shades of Shocking #EE99CF
Tints of Shocking #EE99CF
RGB
CMYK
RGB Variations
Color information
#EE99CF (or 0xEE99CF) is known color: Shocking. HEX triplet: EE, 99 and CF. RGB value is (238,153,207). Sum of RGB (Red+Green+Blue) = 238+153+207=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99CF is #116630. Grayscale: #B8B8B8. Windows color (decimal): -1140273 or 13605358. OLE color: 13605358.
HSL color Cylindrical-coordinate representation of color #EE99CF: hue angle of 321.88º 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 #EE99CF is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 207 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.07 |
| HSL | 321.88º | 0.71% | 0.77% | - |
| HSV(B) | 321.88º | 0.36% | 0.93% | - |
| XYZ | 57.91 | 45.46 | 64.75 | - |
| YUV | 184.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 207 | 0 | 0.36 | 0.13 | 0.07 | 321.88 | 0.71 | 0.77 |
| Hex | EE | 99 | CF | 0 | 24 | D | 7 | 142 | 47 | 4D |
| Octal | 356 | 231 | 317 | 0 | 44 | 15 | 7 | 502 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11001111 | 0 | 100100 | 1101 | 111 | 101000010 | 1000111 | 1001101 |
Color Harmonies of #EE99CF
Complementary color
Monochromatic Colors of #EE99CF
Black with #EE99CF
Text Example
Text Example
White with #EE99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99CF; }
p { color: rgb(238,153,207); }
H1.HeaderClassName
{
color: #EE99CF;
}
.AnyTagClassName
{
color: #EE99CF;
}
</style>
background-color css
<style>
a { background-color: #EE99CF; }
a { background-color: rgb(238,153,207); }
div.DivClassName
{
background-color: #EE99CF;
}
.BgClassName
{
background-color: #EE99CF;
}
</style>
border-color css
<style>
span { border-color: #EE99CF; }
span { border-color: rgb(238,153,207); }
td.TdClassName
{
border-color: #EE99CF;
}
.TagClassName
{
border-color: #EE99CF;
}
</style>