Shades of Deep Pink #EC1785
Tints of Deep Pink #EC1785
RGB
CMYK
RGB Variations
Color information
#EC1785 (or 0xEC1785) is known color: Deep Pink. HEX triplet: EC, 17 and 85. RGB value is (236,23,133). Sum of RGB (Red+Green+Blue) = 236+23+133=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1785 is #13E87A. Grayscale: #626262. Windows color (decimal): -1304699 or 8722412. OLE color: 8722412.
HSL color Cylindrical-coordinate representation of color #EC1785: hue angle of 329.01º 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 #EC1785 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 133 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.07 |
| HSL | 329.01º | 0.85% | 0.51% | - |
| HSV(B) | 329.01º | 0.9% | 0.93% | - |
| XYZ | 39.13 | 20.14 | 24.02 | - |
| YUV | 99.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 133 | 0 | 0.90 | 0.44 | 0.07 | 329.01 | 0.85 | 0.51 |
| Hex | EC | 17 | 85 | 0 | 5A | 2C | 7 | 149 | 55 | 33 |
| Octal | 354 | 27 | 205 | 0 | 132 | 54 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 10111 | 10000101 | 0 | 1011010 | 101100 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1785
Complementary color
Monochromatic Colors of #EC1785
Black with #EC1785
Text Example
Text Example
White with #EC1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1785; }
p { color: rgb(236,23,133); }
H1.HeaderClassName
{
color: #EC1785;
}
.AnyTagClassName
{
color: #EC1785;
}
</style>
background-color css
<style>
a { background-color: #EC1785; }
a { background-color: rgb(236,23,133); }
div.DivClassName
{
background-color: #EC1785;
}
.BgClassName
{
background-color: #EC1785;
}
</style>
border-color css
<style>
span { border-color: #EC1785; }
span { border-color: rgb(236,23,133); }
td.TdClassName
{
border-color: #EC1785;
}
.TagClassName
{
border-color: #EC1785;
}
</style>