Shades of Shocking Pink #EC05B4
Tints of Shocking Pink #EC05B4
RGB
CMYK
RGB Variations
Color information
#EC05B4 (or 0xEC05B4) is known color: Shocking Pink. HEX triplet: EC, 05 and B4. RGB value is (236,5,180). Sum of RGB (Red+Green+Blue) = 236+5+180=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05B4 is #13FA4B. Grayscale: #5D5D5D. Windows color (decimal): -1309260 or 11797996. OLE color: 11797996.
HSL color Cylindrical-coordinate representation of color #EC05B4: hue angle of 314.55º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05B4 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 180 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.07 |
| HSL | 314.55º | 0.96% | 0.47% | - |
| HSV(B) | 314.55º | 0.98% | 0.93% | - |
| XYZ | 42.88 | 21.24 | 45.02 | - |
| YUV | 94.02 | 176.53 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 180 | 0 | 0.98 | 0.24 | 0.07 | 314.55 | 0.96 | 0.47 |
| Hex | EC | 5 | B4 | 0 | 62 | 18 | 7 | 13B | 60 | 2F |
| Octal | 354 | 5 | 264 | 0 | 142 | 30 | 7 | 473 | 140 | 57 |
| Binary | 11101100 | 101 | 10110100 | 0 | 1100010 | 11000 | 111 | 100111011 | 1100000 | 101111 |
Color Harmonies of #EC05B4
Complementary color
Monochromatic Colors of #EC05B4
Black with #EC05B4
Text Example
Text Example
White with #EC05B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05B4; }
p { color: rgb(236,5,180); }
H1.HeaderClassName
{
color: #EC05B4;
}
.AnyTagClassName
{
color: #EC05B4;
}
</style>
background-color css
<style>
a { background-color: #EC05B4; }
a { background-color: rgb(236,5,180); }
div.DivClassName
{
background-color: #EC05B4;
}
.BgClassName
{
background-color: #EC05B4;
}
</style>
border-color css
<style>
span { border-color: #EC05B4; }
span { border-color: rgb(236,5,180); }
td.TdClassName
{
border-color: #EC05B4;
}
.TagClassName
{
border-color: #EC05B4;
}
</style>