Shades of Deep Pink #EC0D8C
Tints of Deep Pink #EC0D8C
RGB
CMYK
RGB Variations
Color information
#EC0D8C (or 0xEC0D8C) is known color: Deep Pink. HEX triplet: EC, 0D and 8C. RGB value is (236,13,140). Sum of RGB (Red+Green+Blue) = 236+13+140=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D8C is #13F273. Grayscale: #5D5D5D. Windows color (decimal): -1307252 or 9178604. OLE color: 9178604.
HSL color Cylindrical-coordinate representation of color #EC0D8C: hue angle of 325.83º 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 #EC0D8C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.07 |
| HSL | 325.83º | 0.9% | 0.49% | - |
| HSV(B) | 325.83º | 0.94% | 0.93% | - |
| XYZ | 39.47 | 20.01 | 26.59 | - |
| YUV | 94.16 | 153.88 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 140 | 0 | 0.94 | 0.41 | 0.07 | 325.83 | 0.9 | 0.49 |
| Hex | EC | D | 8C | 0 | 5E | 29 | 7 | 146 | 5A | 31 |
| Octal | 354 | 15 | 214 | 0 | 136 | 51 | 7 | 506 | 132 | 61 |
| Binary | 11101100 | 1101 | 10001100 | 0 | 1011110 | 101001 | 111 | 101000110 | 1011010 | 110001 |
Color Harmonies of #EC0D8C
Complementary color
Monochromatic Colors of #EC0D8C
Black with #EC0D8C
Text Example
Text Example
White with #EC0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D8C; }
p { color: rgb(236,13,140); }
H1.HeaderClassName
{
color: #EC0D8C;
}
.AnyTagClassName
{
color: #EC0D8C;
}
</style>
background-color css
<style>
a { background-color: #EC0D8C; }
a { background-color: rgb(236,13,140); }
div.DivClassName
{
background-color: #EC0D8C;
}
.BgClassName
{
background-color: #EC0D8C;
}
</style>
border-color css
<style>
span { border-color: #EC0D8C; }
span { border-color: rgb(236,13,140); }
td.TdClassName
{
border-color: #EC0D8C;
}
.TagClassName
{
border-color: #EC0D8C;
}
</style>