Shades of Shocking Pink #EC13BD
Tints of Shocking Pink #EC13BD
RGB
CMYK
RGB Variations
Color information
#EC13BD (or 0xEC13BD) is known color: Shocking Pink. HEX triplet: EC, 13 and BD. RGB value is (236,19,189). Sum of RGB (Red+Green+Blue) = 236+19+189=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13BD is #13EC42. Grayscale: #666666. Windows color (decimal): -1305667 or 12391404. OLE color: 12391404.
HSL color Cylindrical-coordinate representation of color #EC13BD: hue angle of 313º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC13BD is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.07 |
| HSL | 313º | 0.85% | 0.5% | - |
| HSV(B) | 313º | 0.92% | 0.93% | - |
| XYZ | 44.01 | 21.97 | 50.07 | - |
| YUV | 103.26 | 176.39 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 189 | 0 | 0.92 | 0.20 | 0.07 | 313 | 0.85 | 0.5 |
| Hex | EC | 13 | BD | 0 | 5C | 14 | 7 | 139 | 55 | 32 |
| Octal | 354 | 23 | 275 | 0 | 134 | 24 | 7 | 471 | 125 | 62 |
| Binary | 11101100 | 10011 | 10111101 | 0 | 1011100 | 10100 | 111 | 100111001 | 1010101 | 110010 |
Color Harmonies of #EC13BD
Complementary color
Monochromatic Colors of #EC13BD
Black with #EC13BD
Text Example
Text Example
White with #EC13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13BD; }
p { color: rgb(236,19,189); }
H1.HeaderClassName
{
color: #EC13BD;
}
.AnyTagClassName
{
color: #EC13BD;
}
</style>
background-color css
<style>
a { background-color: #EC13BD; }
a { background-color: rgb(236,19,189); }
div.DivClassName
{
background-color: #EC13BD;
}
.BgClassName
{
background-color: #EC13BD;
}
</style>
border-color css
<style>
span { border-color: #EC13BD; }
span { border-color: rgb(236,19,189); }
td.TdClassName
{
border-color: #EC13BD;
}
.TagClassName
{
border-color: #EC13BD;
}
</style>