Shades of Shocking Pink #EE0FCD
Tints of Shocking Pink #EE0FCD
RGB
CMYK
RGB Variations
Color information
#EE0FCD (or 0xEE0FCD) is known color: Shocking Pink. HEX triplet: EE, 0F and CD. RGB value is (238,15,205). Sum of RGB (Red+Green+Blue) = 238+15+205=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FCD is #11F032. Grayscale: #666666. Windows color (decimal): -1175603 or 13438958. OLE color: 13438958.
HSL color Cylindrical-coordinate representation of color #EE0FCD: hue angle of 308.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.88º | 0.88% | 0.5% | - |
| HSV(B) | 308.88º | 0.94% | 0.93% | - |
| XYZ | 46.45 | 22.93 | 59.73 | - |
| YUV | 103.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 205 | 0 | 0.94 | 0.14 | 0.07 | 308.88 | 0.88 | 0.5 |
| Hex | EE | F | CD | 0 | 5E | E | 7 | 135 | 58 | 32 |
| Octal | 356 | 17 | 315 | 0 | 136 | 16 | 7 | 465 | 130 | 62 |
| Binary | 11101110 | 1111 | 11001101 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011000 | 110010 |
Color Harmonies of #EE0FCD
Complementary color
Monochromatic Colors of #EE0FCD
Black with #EE0FCD
Text Example
Text Example
White with #EE0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FCD; }
p { color: rgb(238,15,205); }
H1.HeaderClassName
{
color: #EE0FCD;
}
.AnyTagClassName
{
color: #EE0FCD;
}
</style>
background-color css
<style>
a { background-color: #EE0FCD; }
a { background-color: rgb(238,15,205); }
div.DivClassName
{
background-color: #EE0FCD;
}
.BgClassName
{
background-color: #EE0FCD;
}
</style>
border-color css
<style>
span { border-color: #EE0FCD; }
span { border-color: rgb(238,15,205); }
td.TdClassName
{
border-color: #EE0FCD;
}
.TagClassName
{
border-color: #EE0FCD;
}
</style>