Shades of Deep Pink #EC1799
Tints of Deep Pink #EC1799
RGB
CMYK
RGB Variations
Color information
#EC1799 (or 0xEC1799) is known color: Deep Pink. HEX triplet: EC, 17 and 99. RGB value is (236,23,153). Sum of RGB (Red+Green+Blue) = 236+23+153=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1799 is #13E866. Grayscale: #656565. Windows color (decimal): -1304679 or 10033132. OLE color: 10033132.
HSL color Cylindrical-coordinate representation of color #EC1799: hue angle of 323.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1799 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 153 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.07 |
| HSL | 323.38º | 0.85% | 0.51% | - |
| HSV(B) | 323.38º | 0.9% | 0.93% | - |
| XYZ | 40.65 | 20.75 | 32 | - |
| YUV | 101.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 153 | 0 | 0.90 | 0.35 | 0.07 | 323.38 | 0.85 | 0.51 |
| Hex | EC | 17 | 99 | 0 | 5A | 23 | 7 | 143 | 55 | 33 |
| Octal | 354 | 27 | 231 | 0 | 132 | 43 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 10111 | 10011001 | 0 | 1011010 | 100011 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC1799
Complementary color
Monochromatic Colors of #EC1799
Black with #EC1799
Text Example
Text Example
White with #EC1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1799; }
p { color: rgb(236,23,153); }
H1.HeaderClassName
{
color: #EC1799;
}
.AnyTagClassName
{
color: #EC1799;
}
</style>
background-color css
<style>
a { background-color: #EC1799; }
a { background-color: rgb(236,23,153); }
div.DivClassName
{
background-color: #EC1799;
}
.BgClassName
{
background-color: #EC1799;
}
</style>
border-color css
<style>
span { border-color: #EC1799; }
span { border-color: rgb(236,23,153); }
td.TdClassName
{
border-color: #EC1799;
}
.TagClassName
{
border-color: #EC1799;
}
</style>