Shades of Shocking Pink #EC1CBD
Tints of Shocking Pink #EC1CBD
RGB
CMYK
RGB Variations
Color information
#EC1CBD (or 0xEC1CBD) is known color: Shocking Pink. HEX triplet: EC, 1C and BD. RGB value is (236,28,189). Sum of RGB (Red+Green+Blue) = 236+28+189=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CBD is #13E342. Grayscale: #6C6C6C. Windows color (decimal): -1303363 or 12393708. OLE color: 12393708.
HSL color Cylindrical-coordinate representation of color #EC1CBD: hue angle of 313.56º 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 #EC1CBD is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 189 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.07 |
| HSL | 313.56º | 0.85% | 0.52% | - |
| HSV(B) | 313.56º | 0.88% | 0.93% | - |
| XYZ | 44.19 | 22.34 | 50.13 | - |
| YUV | 108.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 189 | 0 | 0.88 | 0.20 | 0.07 | 313.56 | 0.85 | 0.52 |
| Hex | EC | 1C | BD | 0 | 58 | 14 | 7 | 13A | 55 | 34 |
| Octal | 354 | 34 | 275 | 0 | 130 | 24 | 7 | 472 | 125 | 64 |
| Binary | 11101100 | 11100 | 10111101 | 0 | 1011000 | 10100 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #EC1CBD
Complementary color
Monochromatic Colors of #EC1CBD
Black with #EC1CBD
Text Example
Text Example
White with #EC1CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CBD; }
p { color: rgb(236,28,189); }
H1.HeaderClassName
{
color: #EC1CBD;
}
.AnyTagClassName
{
color: #EC1CBD;
}
</style>
background-color css
<style>
a { background-color: #EC1CBD; }
a { background-color: rgb(236,28,189); }
div.DivClassName
{
background-color: #EC1CBD;
}
.BgClassName
{
background-color: #EC1CBD;
}
</style>
border-color css
<style>
span { border-color: #EC1CBD; }
span { border-color: rgb(236,28,189); }
td.TdClassName
{
border-color: #EC1CBD;
}
.TagClassName
{
border-color: #EC1CBD;
}
</style>