Shades of Shocking Pink #EE0ECD
Tints of Shocking Pink #EE0ECD
RGB
CMYK
RGB Variations
Color information
#EE0ECD (or 0xEE0ECD) is known color: Shocking Pink. HEX triplet: EE, 0E and CD. RGB value is (238,14,205). Sum of RGB (Red+Green+Blue) = 238+14+205=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ECD is #11F132. Grayscale: #666666. Windows color (decimal): -1175859 or 13438702. OLE color: 13438702.
HSL color Cylindrical-coordinate representation of color #EE0ECD: hue angle of 308.84º 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 #EE0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.84º | 0.89% | 0.49% | - |
| HSV(B) | 308.84º | 0.94% | 0.93% | - |
| XYZ | 46.44 | 22.9 | 59.73 | - |
| YUV | 102.75 | 185.71 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 205 | 0 | 0.94 | 0.14 | 0.07 | 308.84 | 0.89 | 0.49 |
| Hex | EE | E | CD | 0 | 5E | E | 7 | 135 | 59 | 31 |
| Octal | 356 | 16 | 315 | 0 | 136 | 16 | 7 | 465 | 131 | 61 |
| Binary | 11101110 | 1110 | 11001101 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011001 | 110001 |
Color Harmonies of #EE0ECD
Complementary color
Monochromatic Colors of #EE0ECD
Black with #EE0ECD
Text Example
Text Example
White with #EE0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ECD; }
p { color: rgb(238,14,205); }
H1.HeaderClassName
{
color: #EE0ECD;
}
.AnyTagClassName
{
color: #EE0ECD;
}
</style>
background-color css
<style>
a { background-color: #EE0ECD; }
a { background-color: rgb(238,14,205); }
div.DivClassName
{
background-color: #EE0ECD;
}
.BgClassName
{
background-color: #EE0ECD;
}
</style>
border-color css
<style>
span { border-color: #EE0ECD; }
span { border-color: rgb(238,14,205); }
td.TdClassName
{
border-color: #EE0ECD;
}
.TagClassName
{
border-color: #EE0ECD;
}
</style>