Shades of Shocking Pink #EE0EC8
Tints of Shocking Pink #EE0EC8
RGB
CMYK
RGB Variations
Color information
#EE0EC8 (or 0xEE0EC8) is known color: Shocking Pink. HEX triplet: EE, 0E and C8. RGB value is (238,14,200). Sum of RGB (Red+Green+Blue) = 238+14+200=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EC8 is #11F137. Grayscale: #656565. Windows color (decimal): -1175864 or 13111022. OLE color: 13111022.
HSL color Cylindrical-coordinate representation of color #EE0EC8: hue angle of 310.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.07 |
| HSL | 310.18º | 0.89% | 0.49% | - |
| HSV(B) | 310.18º | 0.94% | 0.93% | - |
| XYZ | 45.84 | 22.66 | 56.6 | - |
| YUV | 102.18 | 183.21 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 200 | 0 | 0.94 | 0.16 | 0.07 | 310.18 | 0.89 | 0.49 |
| Hex | EE | E | C8 | 0 | 5E | 10 | 7 | 136 | 59 | 31 |
| Octal | 356 | 16 | 310 | 0 | 136 | 20 | 7 | 466 | 131 | 61 |
| Binary | 11101110 | 1110 | 11001000 | 0 | 1011110 | 10000 | 111 | 100110110 | 1011001 | 110001 |
Color Harmonies of #EE0EC8
Complementary color
Monochromatic Colors of #EE0EC8
Black with #EE0EC8
Text Example
Text Example
White with #EE0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EC8; }
p { color: rgb(238,14,200); }
H1.HeaderClassName
{
color: #EE0EC8;
}
.AnyTagClassName
{
color: #EE0EC8;
}
</style>
background-color css
<style>
a { background-color: #EE0EC8; }
a { background-color: rgb(238,14,200); }
div.DivClassName
{
background-color: #EE0EC8;
}
.BgClassName
{
background-color: #EE0EC8;
}
</style>
border-color css
<style>
span { border-color: #EE0EC8; }
span { border-color: rgb(238,14,200); }
td.TdClassName
{
border-color: #EE0EC8;
}
.TagClassName
{
border-color: #EE0EC8;
}
</style>