Shades of Shocking Pink #EC0FCD
Tints of Shocking Pink #EC0FCD
RGB
CMYK
RGB Variations
Color information
#EC0FCD (or 0xEC0FCD) is known color: Shocking Pink. HEX triplet: EC, 0F and CD. RGB value is (236,15,205). Sum of RGB (Red+Green+Blue) = 236+15+205=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FCD is #13F032. Grayscale: #666666. Windows color (decimal): -1306675 or 13438956. OLE color: 13438956.
HSL color Cylindrical-coordinate representation of color #EC0FCD: hue angle of 308.42º degrees, saturation: 0.88, 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 #EC0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.42º | 0.88% | 0.49% | - |
| HSV(B) | 308.42º | 0.94% | 0.93% | - |
| XYZ | 45.78 | 22.58 | 59.7 | - |
| YUV | 102.74 | 185.72 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 205 | 0 | 0.94 | 0.13 | 0.07 | 308.42 | 0.88 | 0.49 |
| Hex | EC | F | CD | 0 | 5E | D | 7 | 134 | 58 | 31 |
| Octal | 354 | 17 | 315 | 0 | 136 | 15 | 7 | 464 | 130 | 61 |
| Binary | 11101100 | 1111 | 11001101 | 0 | 1011110 | 1101 | 111 | 100110100 | 1011000 | 110001 |
Color Harmonies of #EC0FCD
Complementary color
Monochromatic Colors of #EC0FCD
Black with #EC0FCD
Text Example
Text Example
White with #EC0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FCD; }
p { color: rgb(236,15,205); }
H1.HeaderClassName
{
color: #EC0FCD;
}
.AnyTagClassName
{
color: #EC0FCD;
}
</style>
background-color css
<style>
a { background-color: #EC0FCD; }
a { background-color: rgb(236,15,205); }
div.DivClassName
{
background-color: #EC0FCD;
}
.BgClassName
{
background-color: #EC0FCD;
}
</style>
border-color css
<style>
span { border-color: #EC0FCD; }
span { border-color: rgb(236,15,205); }
td.TdClassName
{
border-color: #EC0FCD;
}
.TagClassName
{
border-color: #EC0FCD;
}
</style>