Shades of Shocking Pink #EC05B5
Tints of Shocking Pink #EC05B5
RGB
CMYK
RGB Variations
Color information
#EC05B5 (or 0xEC05B5) is known color: Shocking Pink. HEX triplet: EC, 05 and B5. RGB value is (236,5,181). Sum of RGB (Red+Green+Blue) = 236+5+181=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05B5 is #13FA4A. Grayscale: #5D5D5D. Windows color (decimal): -1309259 or 11863532. OLE color: 11863532.
HSL color Cylindrical-coordinate representation of color #EC05B5: hue angle of 314.29º 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 #EC05B5 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.07 |
| HSL | 314.29º | 0.96% | 0.47% | - |
| HSV(B) | 314.29º | 0.98% | 0.93% | - |
| XYZ | 42.99 | 21.28 | 45.56 | - |
| YUV | 94.13 | 177.03 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 181 | 0 | 0.98 | 0.23 | 0.07 | 314.29 | 0.96 | 0.47 |
| Hex | EC | 5 | B5 | 0 | 62 | 17 | 7 | 13A | 60 | 2F |
| Octal | 354 | 5 | 265 | 0 | 142 | 27 | 7 | 472 | 140 | 57 |
| Binary | 11101100 | 101 | 10110101 | 0 | 1100010 | 10111 | 111 | 100111010 | 1100000 | 101111 |
Color Harmonies of #EC05B5
Complementary color
Monochromatic Colors of #EC05B5
Black with #EC05B5
Text Example
Text Example
White with #EC05B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05B5; }
p { color: rgb(236,5,181); }
H1.HeaderClassName
{
color: #EC05B5;
}
.AnyTagClassName
{
color: #EC05B5;
}
</style>
background-color css
<style>
a { background-color: #EC05B5; }
a { background-color: rgb(236,5,181); }
div.DivClassName
{
background-color: #EC05B5;
}
.BgClassName
{
background-color: #EC05B5;
}
</style>
border-color css
<style>
span { border-color: #EC05B5; }
span { border-color: rgb(236,5,181); }
td.TdClassName
{
border-color: #EC05B5;
}
.TagClassName
{
border-color: #EC05B5;
}
</style>