Shades of Shocking Pink #EC1CD5
Tints of Shocking Pink #EC1CD5
RGB
CMYK
RGB Variations
Color information
#EC1CD5 (or 0xEC1CD5) is known color: Shocking Pink. HEX triplet: EC, 1C and D5. RGB value is (236,28,213). Sum of RGB (Red+Green+Blue) = 236+28+213=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CD5 is #13E32A. Grayscale: #6E6E6E. Windows color (decimal): -1303339 or 13966572. OLE color: 13966572.
HSL color Cylindrical-coordinate representation of color #EC1CD5: hue angle of 306.63º 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 #EC1CD5 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 213 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.07 |
| HSL | 306.63º | 0.85% | 0.52% | - |
| HSV(B) | 306.63º | 0.88% | 0.93% | - |
| XYZ | 47.02 | 23.47 | 65 | - |
| YUV | 111.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 213 | 0 | 0.88 | 0.10 | 0.07 | 306.63 | 0.85 | 0.52 |
| Hex | EC | 1C | D5 | 0 | 58 | A | 7 | 133 | 55 | 34 |
| Octal | 354 | 34 | 325 | 0 | 130 | 12 | 7 | 463 | 125 | 64 |
| Binary | 11101100 | 11100 | 11010101 | 0 | 1011000 | 1010 | 111 | 100110011 | 1010101 | 110100 |
Color Harmonies of #EC1CD5
Complementary color
Monochromatic Colors of #EC1CD5
Black with #EC1CD5
Text Example
Text Example
White with #EC1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CD5; }
p { color: rgb(236,28,213); }
H1.HeaderClassName
{
color: #EC1CD5;
}
.AnyTagClassName
{
color: #EC1CD5;
}
</style>
background-color css
<style>
a { background-color: #EC1CD5; }
a { background-color: rgb(236,28,213); }
div.DivClassName
{
background-color: #EC1CD5;
}
.BgClassName
{
background-color: #EC1CD5;
}
</style>
border-color css
<style>
span { border-color: #EC1CD5; }
span { border-color: rgb(236,28,213); }
td.TdClassName
{
border-color: #EC1CD5;
}
.TagClassName
{
border-color: #EC1CD5;
}
</style>