Shades of Deep Pink #EC189E
Tints of Deep Pink #EC189E
RGB
CMYK
RGB Variations
Color information
#EC189E (or 0xEC189E) is known color: Deep Pink. HEX triplet: EC, 18 and 9E. RGB value is (236,24,158). Sum of RGB (Red+Green+Blue) = 236+24+158=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC189E is #13E761. Grayscale: #666666. Windows color (decimal): -1304418 or 10361068. OLE color: 10361068.
HSL color Cylindrical-coordinate representation of color #EC189E: hue angle of 322.08º 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 #EC189E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 158 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.07 |
| HSL | 322.08º | 0.85% | 0.51% | - |
| HSV(B) | 322.08º | 0.9% | 0.93% | - |
| XYZ | 41.09 | 20.95 | 34.23 | - |
| YUV | 102.66 | 159.24 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 158 | 0 | 0.90 | 0.33 | 0.07 | 322.08 | 0.85 | 0.51 |
| Hex | EC | 18 | 9E | 0 | 5A | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 30 | 236 | 0 | 132 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 11000 | 10011110 | 0 | 1011010 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC189E
Complementary color
Monochromatic Colors of #EC189E
Black with #EC189E
Text Example
Text Example
White with #EC189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC189E; }
p { color: rgb(236,24,158); }
H1.HeaderClassName
{
color: #EC189E;
}
.AnyTagClassName
{
color: #EC189E;
}
</style>
background-color css
<style>
a { background-color: #EC189E; }
a { background-color: rgb(236,24,158); }
div.DivClassName
{
background-color: #EC189E;
}
.BgClassName
{
background-color: #EC189E;
}
</style>
border-color css
<style>
span { border-color: #EC189E; }
span { border-color: rgb(236,24,158); }
td.TdClassName
{
border-color: #EC189E;
}
.TagClassName
{
border-color: #EC189E;
}
</style>