Shades of Deep Pink #EC1A88
Tints of Deep Pink #EC1A88
RGB
CMYK
RGB Variations
Color information
#EC1A88 (or 0xEC1A88) is known color: Deep Pink. HEX triplet: EC, 1A and 88. RGB value is (236,26,136). Sum of RGB (Red+Green+Blue) = 236+26+136=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A88 is #13E577. Grayscale: #656565. Windows color (decimal): -1303928 or 8919788. OLE color: 8919788.
HSL color Cylindrical-coordinate representation of color #EC1A88: hue angle of 328.57º 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 #EC1A88 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 136 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.07 |
| HSL | 328.57º | 0.85% | 0.51% | - |
| HSV(B) | 328.57º | 0.89% | 0.93% | - |
| XYZ | 39.41 | 20.35 | 25.14 | - |
| YUV | 101.33 | 147.57 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 136 | 0 | 0.89 | 0.42 | 0.07 | 328.57 | 0.85 | 0.51 |
| Hex | EC | 1A | 88 | 0 | 59 | 2A | 7 | 149 | 55 | 33 |
| Octal | 354 | 32 | 210 | 0 | 131 | 52 | 7 | 511 | 125 | 63 |
| Binary | 11101100 | 11010 | 10001000 | 0 | 1011001 | 101010 | 111 | 101001001 | 1010101 | 110011 |
Color Harmonies of #EC1A88
Complementary color
Monochromatic Colors of #EC1A88
Black with #EC1A88
Text Example
Text Example
White with #EC1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A88; }
p { color: rgb(236,26,136); }
H1.HeaderClassName
{
color: #EC1A88;
}
.AnyTagClassName
{
color: #EC1A88;
}
</style>
background-color css
<style>
a { background-color: #EC1A88; }
a { background-color: rgb(236,26,136); }
div.DivClassName
{
background-color: #EC1A88;
}
.BgClassName
{
background-color: #EC1A88;
}
</style>
border-color css
<style>
span { border-color: #EC1A88; }
span { border-color: rgb(236,26,136); }
td.TdClassName
{
border-color: #EC1A88;
}
.TagClassName
{
border-color: #EC1A88;
}
</style>