Shades of Shocking Pink #EC1FCD
Tints of Shocking Pink #EC1FCD
RGB
CMYK
RGB Variations
Color information
#EC1FCD (or 0xEC1FCD) is known color: Shocking Pink. HEX triplet: EC, 1F and CD. RGB value is (236,31,205). Sum of RGB (Red+Green+Blue) = 236+31+205=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FCD is #13E032. Grayscale: #6F6F6F. Windows color (decimal): -1302579 or 13443052. OLE color: 13443052.
HSL color Cylindrical-coordinate representation of color #EC1FCD: hue angle of 309.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FCD is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 205 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.07 |
| HSL | 309.07º | 0.84% | 0.52% | - |
| HSV(B) | 309.07º | 0.87% | 0.93% | - |
| XYZ | 46.1 | 23.22 | 59.81 | - |
| YUV | 112.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 205 | 0 | 0.87 | 0.13 | 0.07 | 309.07 | 0.84 | 0.52 |
| Hex | EC | 1F | CD | 0 | 57 | D | 7 | 135 | 54 | 34 |
| Octal | 354 | 37 | 315 | 0 | 127 | 15 | 7 | 465 | 124 | 64 |
| Binary | 11101100 | 11111 | 11001101 | 0 | 1010111 | 1101 | 111 | 100110101 | 1010100 | 110100 |
Color Harmonies of #EC1FCD
Complementary color
Monochromatic Colors of #EC1FCD
Black with #EC1FCD
Text Example
Text Example
White with #EC1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FCD; }
p { color: rgb(236,31,205); }
H1.HeaderClassName
{
color: #EC1FCD;
}
.AnyTagClassName
{
color: #EC1FCD;
}
</style>
background-color css
<style>
a { background-color: #EC1FCD; }
a { background-color: rgb(236,31,205); }
div.DivClassName
{
background-color: #EC1FCD;
}
.BgClassName
{
background-color: #EC1FCD;
}
</style>
border-color css
<style>
span { border-color: #EC1FCD; }
span { border-color: rgb(236,31,205); }
td.TdClassName
{
border-color: #EC1FCD;
}
.TagClassName
{
border-color: #EC1FCD;
}
</style>