Shades of Shocking Pink #EC0DB9
Tints of Shocking Pink #EC0DB9
RGB
CMYK
RGB Variations
Color information
#EC0DB9 (or 0xEC0DB9) is known color: Shocking Pink. HEX triplet: EC, 0D and B9. RGB value is (236,13,185). Sum of RGB (Red+Green+Blue) = 236+13+185=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DB9 is #13F246. Grayscale: #626262. Windows color (decimal): -1307207 or 12127724. OLE color: 12127724.
HSL color Cylindrical-coordinate representation of color #EC0DB9: hue angle of 313.72º 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 #EC0DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 313.72º | 0.9% | 0.49% | - |
| HSV(B) | 313.72º | 0.94% | 0.93% | - |
| XYZ | 43.49 | 21.62 | 47.78 | - |
| YUV | 99.29 | 176.38 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 185 | 0 | 0.94 | 0.22 | 0.07 | 313.72 | 0.9 | 0.49 |
| Hex | EC | D | B9 | 0 | 5E | 16 | 7 | 13A | 5A | 31 |
| Octal | 354 | 15 | 271 | 0 | 136 | 26 | 7 | 472 | 132 | 61 |
| Binary | 11101100 | 1101 | 10111001 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011010 | 110001 |
Color Harmonies of #EC0DB9
Complementary color
Monochromatic Colors of #EC0DB9
Black with #EC0DB9
Text Example
Text Example
White with #EC0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DB9; }
p { color: rgb(236,13,185); }
H1.HeaderClassName
{
color: #EC0DB9;
}
.AnyTagClassName
{
color: #EC0DB9;
}
</style>
background-color css
<style>
a { background-color: #EC0DB9; }
a { background-color: rgb(236,13,185); }
div.DivClassName
{
background-color: #EC0DB9;
}
.BgClassName
{
background-color: #EC0DB9;
}
</style>
border-color css
<style>
span { border-color: #EC0DB9; }
span { border-color: rgb(236,13,185); }
td.TdClassName
{
border-color: #EC0DB9;
}
.TagClassName
{
border-color: #EC0DB9;
}
</style>