Shades of Shocking Pink #EC1CD4
Tints of Shocking Pink #EC1CD4
RGB
CMYK
RGB Variations
Color information
#EC1CD4 (or 0xEC1CD4) is known color: Shocking Pink. HEX triplet: EC, 1C and D4. RGB value is (236,28,212). Sum of RGB (Red+Green+Blue) = 236+28+212=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CD4 is #13E32B. Grayscale: #6E6E6E. Windows color (decimal): -1303340 or 13901036. OLE color: 13901036.
HSL color Cylindrical-coordinate representation of color #EC1CD4: hue angle of 306.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CD4 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 212 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.07 |
| HSL | 306.92º | 0.85% | 0.52% | - |
| HSV(B) | 306.92º | 0.88% | 0.93% | - |
| XYZ | 46.89 | 23.42 | 64.34 | - |
| YUV | 111.17 | 184.91 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 212 | 0 | 0.88 | 0.10 | 0.07 | 306.92 | 0.85 | 0.52 |
| Hex | EC | 1C | D4 | 0 | 58 | A | 7 | 133 | 55 | 34 |
| Octal | 354 | 34 | 324 | 0 | 130 | 12 | 7 | 463 | 125 | 64 |
| Binary | 11101100 | 11100 | 11010100 | 0 | 1011000 | 1010 | 111 | 100110011 | 1010101 | 110100 |
Color Harmonies of #EC1CD4
Complementary color
Monochromatic Colors of #EC1CD4
Black with #EC1CD4
Text Example
Text Example
White with #EC1CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CD4; }
p { color: rgb(236,28,212); }
H1.HeaderClassName
{
color: #EC1CD4;
}
.AnyTagClassName
{
color: #EC1CD4;
}
</style>
background-color css
<style>
a { background-color: #EC1CD4; }
a { background-color: rgb(236,28,212); }
div.DivClassName
{
background-color: #EC1CD4;
}
.BgClassName
{
background-color: #EC1CD4;
}
</style>
border-color css
<style>
span { border-color: #EC1CD4; }
span { border-color: rgb(236,28,212); }
td.TdClassName
{
border-color: #EC1CD4;
}
.TagClassName
{
border-color: #EC1CD4;
}
</style>