Shades of Shocking Pink #EE0ECE
Tints of Shocking Pink #EE0ECE
RGB
CMYK
RGB Variations
Color information
#EE0ECE (or 0xEE0ECE) is known color: Shocking Pink. HEX triplet: EE, 0E and CE. RGB value is (238,14,206). Sum of RGB (Red+Green+Blue) = 238+14+206=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ECE is #11F131. Grayscale: #666666. Windows color (decimal): -1175858 or 13504238. OLE color: 13504238.
HSL color Cylindrical-coordinate representation of color #EE0ECE: hue angle of 308.57º 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 #EE0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.57º | 0.89% | 0.49% | - |
| HSV(B) | 308.57º | 0.94% | 0.93% | - |
| XYZ | 46.56 | 22.95 | 60.37 | - |
| YUV | 102.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 206 | 0 | 0.94 | 0.13 | 0.07 | 308.57 | 0.89 | 0.49 |
| Hex | EE | E | CE | 0 | 5E | D | 7 | 135 | 59 | 31 |
| Octal | 356 | 16 | 316 | 0 | 136 | 15 | 7 | 465 | 131 | 61 |
| Binary | 11101110 | 1110 | 11001110 | 0 | 1011110 | 1101 | 111 | 100110101 | 1011001 | 110001 |
Color Harmonies of #EE0ECE
Complementary color
Monochromatic Colors of #EE0ECE
Black with #EE0ECE
Text Example
Text Example
White with #EE0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ECE; }
p { color: rgb(238,14,206); }
H1.HeaderClassName
{
color: #EE0ECE;
}
.AnyTagClassName
{
color: #EE0ECE;
}
</style>
background-color css
<style>
a { background-color: #EE0ECE; }
a { background-color: rgb(238,14,206); }
div.DivClassName
{
background-color: #EE0ECE;
}
.BgClassName
{
background-color: #EE0ECE;
}
</style>
border-color css
<style>
span { border-color: #EE0ECE; }
span { border-color: rgb(238,14,206); }
td.TdClassName
{
border-color: #EE0ECE;
}
.TagClassName
{
border-color: #EE0ECE;
}
</style>