Shades of Shocking Pink #EC0DBD
Tints of Shocking Pink #EC0DBD
RGB
CMYK
RGB Variations
Color information
#EC0DBD (or 0xEC0DBD) is known color: Shocking Pink. HEX triplet: EC, 0D and BD. RGB value is (236,13,189). Sum of RGB (Red+Green+Blue) = 236+13+189=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DBD is #13F242. Grayscale: #636363. Windows color (decimal): -1307203 or 12389868. OLE color: 12389868.
HSL color Cylindrical-coordinate representation of color #EC0DBD: hue angle of 312.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.07 |
| HSL | 312.65º | 0.9% | 0.49% | - |
| HSV(B) | 312.65º | 0.94% | 0.93% | - |
| XYZ | 43.92 | 21.79 | 50.04 | - |
| YUV | 99.74 | 178.38 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 189 | 0 | 0.94 | 0.20 | 0.07 | 312.65 | 0.9 | 0.49 |
| Hex | EC | D | BD | 0 | 5E | 14 | 7 | 139 | 5A | 31 |
| Octal | 354 | 15 | 275 | 0 | 136 | 24 | 7 | 471 | 132 | 61 |
| Binary | 11101100 | 1101 | 10111101 | 0 | 1011110 | 10100 | 111 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EC0DBD
Complementary color
Monochromatic Colors of #EC0DBD
Black with #EC0DBD
Text Example
Text Example
White with #EC0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DBD; }
p { color: rgb(236,13,189); }
H1.HeaderClassName
{
color: #EC0DBD;
}
.AnyTagClassName
{
color: #EC0DBD;
}
</style>
background-color css
<style>
a { background-color: #EC0DBD; }
a { background-color: rgb(236,13,189); }
div.DivClassName
{
background-color: #EC0DBD;
}
.BgClassName
{
background-color: #EC0DBD;
}
</style>
border-color css
<style>
span { border-color: #EC0DBD; }
span { border-color: rgb(236,13,189); }
td.TdClassName
{
border-color: #EC0DBD;
}
.TagClassName
{
border-color: #EC0DBD;
}
</style>