Shades of Shocking Pink #EE0ECC
Tints of Shocking Pink #EE0ECC
RGB
CMYK
RGB Variations
Color information
#EE0ECC (or 0xEE0ECC) is known color: Shocking Pink. HEX triplet: EE, 0E and CC. RGB value is (238,14,204). Sum of RGB (Red+Green+Blue) = 238+14+204=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ECC is #11F133. Grayscale: #666666. Windows color (decimal): -1175860 or 13373166. OLE color: 13373166.
HSL color Cylindrical-coordinate representation of color #EE0ECC: hue angle of 309.11º 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 #EE0ECC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 309.11º | 0.89% | 0.49% | - |
| HSV(B) | 309.11º | 0.94% | 0.93% | - |
| XYZ | 46.32 | 22.85 | 59.1 | - |
| YUV | 102.64 | 185.21 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 204 | 0 | 0.94 | 0.14 | 0.07 | 309.11 | 0.89 | 0.49 |
| Hex | EE | E | CC | 0 | 5E | E | 7 | 135 | 59 | 31 |
| Octal | 356 | 16 | 314 | 0 | 136 | 16 | 7 | 465 | 131 | 61 |
| Binary | 11101110 | 1110 | 11001100 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011001 | 110001 |
Color Harmonies of #EE0ECC
Complementary color
Monochromatic Colors of #EE0ECC
Black with #EE0ECC
Text Example
Text Example
White with #EE0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ECC; }
p { color: rgb(238,14,204); }
H1.HeaderClassName
{
color: #EE0ECC;
}
.AnyTagClassName
{
color: #EE0ECC;
}
</style>
background-color css
<style>
a { background-color: #EE0ECC; }
a { background-color: rgb(238,14,204); }
div.DivClassName
{
background-color: #EE0ECC;
}
.BgClassName
{
background-color: #EE0ECC;
}
</style>
border-color css
<style>
span { border-color: #EE0ECC; }
span { border-color: rgb(238,14,204); }
td.TdClassName
{
border-color: #EE0ECC;
}
.TagClassName
{
border-color: #EE0ECC;
}
</style>