Shades of Deep Pink #EC1792
Tints of Deep Pink #EC1792
RGB
CMYK
RGB Variations
Color information
#EC1792 (or 0xEC1792) is known color: Deep Pink. HEX triplet: EC, 17 and 92. RGB value is (236,23,146). Sum of RGB (Red+Green+Blue) = 236+23+146=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1792 is #13E86D. Grayscale: #646464. Windows color (decimal): -1304686 or 9574380. OLE color: 9574380.
HSL color Cylindrical-coordinate representation of color #EC1792: hue angle of 325.35º 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 #EC1792 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.07 |
| HSL | 325.35º | 0.85% | 0.51% | - |
| HSV(B) | 325.35º | 0.9% | 0.93% | - |
| XYZ | 40.09 | 20.52 | 29.04 | - |
| YUV | 100.71 | 153.57 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 146 | 0 | 0.90 | 0.38 | 0.07 | 325.35 | 0.85 | 0.51 |
| Hex | EC | 17 | 92 | 0 | 5A | 26 | 7 | 145 | 55 | 33 |
| Octal | 354 | 27 | 222 | 0 | 132 | 46 | 7 | 505 | 125 | 63 |
| Binary | 11101100 | 10111 | 10010010 | 0 | 1011010 | 100110 | 111 | 101000101 | 1010101 | 110011 |
Color Harmonies of #EC1792
Complementary color
Monochromatic Colors of #EC1792
Black with #EC1792
Text Example
Text Example
White with #EC1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1792; }
p { color: rgb(236,23,146); }
H1.HeaderClassName
{
color: #EC1792;
}
.AnyTagClassName
{
color: #EC1792;
}
</style>
background-color css
<style>
a { background-color: #EC1792; }
a { background-color: rgb(236,23,146); }
div.DivClassName
{
background-color: #EC1792;
}
.BgClassName
{
background-color: #EC1792;
}
</style>
border-color css
<style>
span { border-color: #EC1792; }
span { border-color: rgb(236,23,146); }
td.TdClassName
{
border-color: #EC1792;
}
.TagClassName
{
border-color: #EC1792;
}
</style>