Shades of Shocking #EE99C6
Tints of Shocking #EE99C6
RGB
CMYK
RGB Variations
Color information
#EE99C6 (or 0xEE99C6) is known color: Shocking. HEX triplet: EE, 99 and C6. RGB value is (238,153,198). Sum of RGB (Red+Green+Blue) = 238+153+198=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99C6 is #116639. Grayscale: #B7B7B7. Windows color (decimal): -1140282 or 13015534. OLE color: 13015534.
HSL color Cylindrical-coordinate representation of color #EE99C6: hue angle of 328.24º 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 #EE99C6 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 198 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.07 |
| HSL | 328.24º | 0.71% | 0.77% | - |
| HSV(B) | 328.24º | 0.36% | 0.93% | - |
| XYZ | 56.84 | 45.04 | 59.12 | - |
| YUV | 183.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 198 | 0 | 0.36 | 0.17 | 0.07 | 328.24 | 0.71 | 0.77 |
| Hex | EE | 99 | C6 | 0 | 24 | 11 | 7 | 148 | 47 | 4D |
| Octal | 356 | 231 | 306 | 0 | 44 | 21 | 7 | 510 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11000110 | 0 | 100100 | 10001 | 111 | 101001000 | 1000111 | 1001101 |
Color Harmonies of #EE99C6
Complementary color
Monochromatic Colors of #EE99C6
Black with #EE99C6
Text Example
Text Example
White with #EE99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99C6; }
p { color: rgb(238,153,198); }
H1.HeaderClassName
{
color: #EE99C6;
}
.AnyTagClassName
{
color: #EE99C6;
}
</style>
background-color css
<style>
a { background-color: #EE99C6; }
a { background-color: rgb(238,153,198); }
div.DivClassName
{
background-color: #EE99C6;
}
.BgClassName
{
background-color: #EE99C6;
}
</style>
border-color css
<style>
span { border-color: #EE99C6; }
span { border-color: rgb(238,153,198); }
td.TdClassName
{
border-color: #EE99C6;
}
.TagClassName
{
border-color: #EE99C6;
}
</style>