Shades of Deep Pink #EC189F
Tints of Deep Pink #EC189F
RGB
CMYK
RGB Variations
Color information
#EC189F (or 0xEC189F) is known color: Deep Pink. HEX triplet: EC, 18 and 9F. RGB value is (236,24,159). Sum of RGB (Red+Green+Blue) = 236+24+159=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC189F is #13E760. Grayscale: #666666. Windows color (decimal): -1304417 or 10426604. OLE color: 10426604.
HSL color Cylindrical-coordinate representation of color #EC189F: hue angle of 321.79º 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 #EC189F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 159 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.07 |
| HSL | 321.79º | 0.85% | 0.51% | - |
| HSV(B) | 321.79º | 0.9% | 0.93% | - |
| XYZ | 41.18 | 20.99 | 34.68 | - |
| YUV | 102.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 159 | 0 | 0.90 | 0.33 | 0.07 | 321.79 | 0.85 | 0.51 |
| Hex | EC | 18 | 9F | 0 | 5A | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 30 | 237 | 0 | 132 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 11000 | 10011111 | 0 | 1011010 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC189F
Complementary color
Monochromatic Colors of #EC189F
Black with #EC189F
Text Example
Text Example
White with #EC189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC189F; }
p { color: rgb(236,24,159); }
H1.HeaderClassName
{
color: #EC189F;
}
.AnyTagClassName
{
color: #EC189F;
}
</style>
background-color css
<style>
a { background-color: #EC189F; }
a { background-color: rgb(236,24,159); }
div.DivClassName
{
background-color: #EC189F;
}
.BgClassName
{
background-color: #EC189F;
}
</style>
border-color css
<style>
span { border-color: #EC189F; }
span { border-color: rgb(236,24,159); }
td.TdClassName
{
border-color: #EC189F;
}
.TagClassName
{
border-color: #EC189F;
}
</style>