Shades of Deep Pink #EC1985
Tints of Deep Pink #EC1985
RGB
CMYK
RGB Variations
Color information
#EC1985 (or 0xEC1985) is known color: Deep Pink. HEX triplet: EC, 19 and 85. RGB value is (236,25,133). Sum of RGB (Red+Green+Blue) = 236+25+133=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1985 is #13E67A. Grayscale: #646464. Windows color (decimal): -1304187 or 8722924. OLE color: 8722924.
HSL color Cylindrical-coordinate representation of color #EC1985: hue angle of 329.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1985 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.07 |
| HSL | 329.29º | 0.85% | 0.51% | - |
| HSV(B) | 329.29º | 0.89% | 0.93% | - |
| XYZ | 39.17 | 20.22 | 24.03 | - |
| YUV | 100.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 133 | 0 | 0.89 | 0.44 | 0.07 | 329.29 | 0.85 | 0.51 |
| Hex | EC | 19 | 85 | 0 | 59 | 2C | 7 | 149 | 55 | 33 |
| Octal | 354 | 31 | 205 | 0 | 131 | 54 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 11001 | 10000101 | 0 | 1011001 | 101100 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1985
Complementary color
Monochromatic Colors of #EC1985
Black with #EC1985
Text Example
Text Example
White with #EC1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1985; }
p { color: rgb(236,25,133); }
H1.HeaderClassName
{
color: #EC1985;
}
.AnyTagClassName
{
color: #EC1985;
}
</style>
background-color css
<style>
a { background-color: #EC1985; }
a { background-color: rgb(236,25,133); }
div.DivClassName
{
background-color: #EC1985;
}
.BgClassName
{
background-color: #EC1985;
}
</style>
border-color css
<style>
span { border-color: #EC1985; }
span { border-color: rgb(236,25,133); }
td.TdClassName
{
border-color: #EC1985;
}
.TagClassName
{
border-color: #EC1985;
}
</style>