Shades of Deep Pink #EC1D84
Tints of Deep Pink #EC1D84
RGB
CMYK
RGB Variations
Color information
#EC1D84 (or 0xEC1D84) is known color: Deep Pink. HEX triplet: EC, 1D and 84. RGB value is (236,29,132). Sum of RGB (Red+Green+Blue) = 236+29+132=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D84 is #13E27B. Grayscale: #666666. Windows color (decimal): -1303164 or 8658412. OLE color: 8658412.
HSL color Cylindrical-coordinate representation of color #EC1D84: hue angle of 330.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D84 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 132 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.07 |
| HSL | 330.14º | 0.84% | 0.52% | - |
| HSV(B) | 330.14º | 0.88% | 0.93% | - |
| XYZ | 39.2 | 20.38 | 23.7 | - |
| YUV | 102.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 132 | 0 | 0.88 | 0.44 | 0.07 | 330.14 | 0.84 | 0.52 |
| Hex | EC | 1D | 84 | 0 | 58 | 2C | 7 | 14A | 54 | 34 |
| Octal | 354 | 35 | 204 | 0 | 130 | 54 | 7 | 512 | 124 | 64 |
| Binary | 11101100 | 11101 | 10000100 | 0 | 1011000 | 101100 | 111 | 101001010 | 1010100 | 110100 |
Color Harmonies of #EC1D84
Complementary color
Monochromatic Colors of #EC1D84
Black with #EC1D84
Text Example
Text Example
White with #EC1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D84; }
p { color: rgb(236,29,132); }
H1.HeaderClassName
{
color: #EC1D84;
}
.AnyTagClassName
{
color: #EC1D84;
}
</style>
background-color css
<style>
a { background-color: #EC1D84; }
a { background-color: rgb(236,29,132); }
div.DivClassName
{
background-color: #EC1D84;
}
.BgClassName
{
background-color: #EC1D84;
}
</style>
border-color css
<style>
span { border-color: #EC1D84; }
span { border-color: rgb(236,29,132); }
td.TdClassName
{
border-color: #EC1D84;
}
.TagClassName
{
border-color: #EC1D84;
}
</style>