Shades of Shocking Pink #EC1BD4
Tints of Shocking Pink #EC1BD4
RGB
CMYK
RGB Variations
Color information
#EC1BD4 (or 0xEC1BD4) is known color: Shocking Pink. HEX triplet: EC, 1B and D4. RGB value is (236,27,212). Sum of RGB (Red+Green+Blue) = 236+27+212=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BD4 is #13E42B. Grayscale: #6E6E6E. Windows color (decimal): -1303596 or 13900780. OLE color: 13900780.
HSL color Cylindrical-coordinate representation of color #EC1BD4: hue angle of 306.89º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BD4 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 212 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.07 |
| HSL | 306.89º | 0.85% | 0.52% | - |
| HSV(B) | 306.89º | 0.89% | 0.93% | - |
| XYZ | 46.87 | 23.37 | 64.33 | - |
| YUV | 110.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 212 | 0 | 0.89 | 0.10 | 0.07 | 306.89 | 0.85 | 0.52 |
| Hex | EC | 1B | D4 | 0 | 59 | A | 7 | 133 | 55 | 34 |
| Octal | 354 | 33 | 324 | 0 | 131 | 12 | 7 | 463 | 125 | 64 |
| Binary | 11101100 | 11011 | 11010100 | 0 | 1011001 | 1010 | 111 | 100110011 | 1010101 | 110100 |
Color Harmonies of #EC1BD4
Complementary color
Monochromatic Colors of #EC1BD4
Black with #EC1BD4
Text Example
Text Example
White with #EC1BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BD4; }
p { color: rgb(236,27,212); }
H1.HeaderClassName
{
color: #EC1BD4;
}
.AnyTagClassName
{
color: #EC1BD4;
}
</style>
background-color css
<style>
a { background-color: #EC1BD4; }
a { background-color: rgb(236,27,212); }
div.DivClassName
{
background-color: #EC1BD4;
}
.BgClassName
{
background-color: #EC1BD4;
}
</style>
border-color css
<style>
span { border-color: #EC1BD4; }
span { border-color: rgb(236,27,212); }
td.TdClassName
{
border-color: #EC1BD4;
}
.TagClassName
{
border-color: #EC1BD4;
}
</style>