Shades of Deep Pink #EC0D7B
Tints of Deep Pink #EC0D7B
RGB
CMYK
RGB Variations
Color information
#EC0D7B (or 0xEC0D7B) is known color: Deep Pink. HEX triplet: EC, 0D and 7B. RGB value is (236,13,123). Sum of RGB (Red+Green+Blue) = 236+13+123=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0D7B is #13F284. Grayscale: #5C5C5C. Windows color (decimal): -1307269 or 8064492. OLE color: 8064492.
HSL color Cylindrical-coordinate representation of color #EC0D7B: hue angle of 330.4º 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 #EC0D7B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 123 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.07 |
| HSL | 330.4º | 0.9% | 0.49% | - |
| HSV(B) | 330.4º | 0.94% | 0.93% | - |
| XYZ | 38.31 | 19.55 | 20.49 | - |
| YUV | 92.22 | 145.38 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 123 | 0 | 0.94 | 0.48 | 0.07 | 330.4 | 0.9 | 0.49 |
| Hex | EC | D | 7B | 0 | 5E | 30 | 7 | 14A | 5A | 31 |
| Octal | 354 | 15 | 173 | 0 | 136 | 60 | 7 | 512 | 132 | 61 |
| Binary | 11101100 | 1101 | 1111011 | 0 | 1011110 | 110000 | 111 | 101001010 | 1011010 | 110001 |
Color Harmonies of #EC0D7B
Complementary color
Monochromatic Colors of #EC0D7B
Black with #EC0D7B
Text Example
Text Example
White with #EC0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D7B; }
p { color: rgb(236,13,123); }
H1.HeaderClassName
{
color: #EC0D7B;
}
.AnyTagClassName
{
color: #EC0D7B;
}
</style>
background-color css
<style>
a { background-color: #EC0D7B; }
a { background-color: rgb(236,13,123); }
div.DivClassName
{
background-color: #EC0D7B;
}
.BgClassName
{
background-color: #EC0D7B;
}
</style>
border-color css
<style>
span { border-color: #EC0D7B; }
span { border-color: rgb(236,13,123); }
td.TdClassName
{
border-color: #EC0D7B;
}
.TagClassName
{
border-color: #EC0D7B;
}
</style>