Shades of Deep Pink #EC1895
Tints of Deep Pink #EC1895
RGB
CMYK
RGB Variations
Color information
#EC1895 (or 0xEC1895) is known color: Deep Pink. HEX triplet: EC, 18 and 95. RGB value is (236,24,149). Sum of RGB (Red+Green+Blue) = 236+24+149=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1895 is #13E76A. Grayscale: #656565. Windows color (decimal): -1304427 or 9771244. OLE color: 9771244.
HSL color Cylindrical-coordinate representation of color #EC1895: hue angle of 324.62º 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 #EC1895 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 149 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.07 |
| HSL | 324.62º | 0.85% | 0.51% | - |
| HSV(B) | 324.62º | 0.9% | 0.93% | - |
| XYZ | 40.34 | 20.66 | 30.29 | - |
| YUV | 101.64 | 154.74 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 149 | 0 | 0.90 | 0.37 | 0.07 | 324.62 | 0.85 | 0.51 |
| Hex | EC | 18 | 95 | 0 | 5A | 25 | 7 | 145 | 55 | 33 |
| Octal | 354 | 30 | 225 | 0 | 132 | 45 | 7 | 505 | 125 | 63 |
| Binary | 11101100 | 11000 | 10010101 | 0 | 1011010 | 100101 | 111 | 101000101 | 1010101 | 110011 |
Color Harmonies of #EC1895
Complementary color
Monochromatic Colors of #EC1895
Black with #EC1895
Text Example
Text Example
White with #EC1895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1895; }
p { color: rgb(236,24,149); }
H1.HeaderClassName
{
color: #EC1895;
}
.AnyTagClassName
{
color: #EC1895;
}
</style>
background-color css
<style>
a { background-color: #EC1895; }
a { background-color: rgb(236,24,149); }
div.DivClassName
{
background-color: #EC1895;
}
.BgClassName
{
background-color: #EC1895;
}
</style>
border-color css
<style>
span { border-color: #EC1895; }
span { border-color: rgb(236,24,149); }
td.TdClassName
{
border-color: #EC1895;
}
.TagClassName
{
border-color: #EC1895;
}
</style>