Shades of Deep Pink #EC189A
Tints of Deep Pink #EC189A
RGB
CMYK
RGB Variations
Color information
#EC189A (or 0xEC189A) is known color: Deep Pink. HEX triplet: EC, 18 and 9A. RGB value is (236,24,154). Sum of RGB (Red+Green+Blue) = 236+24+154=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC189A is #13E765. Grayscale: #656565. Windows color (decimal): -1304422 or 10098924. OLE color: 10098924.
HSL color Cylindrical-coordinate representation of color #EC189A: hue angle of 323.21º 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 #EC189A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 154 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.07 |
| HSL | 323.21º | 0.85% | 0.51% | - |
| HSV(B) | 323.21º | 0.9% | 0.93% | - |
| XYZ | 40.75 | 20.82 | 32.44 | - |
| YUV | 102.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 154 | 0 | 0.90 | 0.35 | 0.07 | 323.21 | 0.85 | 0.51 |
| Hex | EC | 18 | 9A | 0 | 5A | 23 | 7 | 143 | 55 | 33 |
| Octal | 354 | 30 | 232 | 0 | 132 | 43 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 11000 | 10011010 | 0 | 1011010 | 100011 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC189A
Complementary color
Monochromatic Colors of #EC189A
Black with #EC189A
Text Example
Text Example
White with #EC189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC189A; }
p { color: rgb(236,24,154); }
H1.HeaderClassName
{
color: #EC189A;
}
.AnyTagClassName
{
color: #EC189A;
}
</style>
background-color css
<style>
a { background-color: #EC189A; }
a { background-color: rgb(236,24,154); }
div.DivClassName
{
background-color: #EC189A;
}
.BgClassName
{
background-color: #EC189A;
}
</style>
border-color css
<style>
span { border-color: #EC189A; }
span { border-color: rgb(236,24,154); }
td.TdClassName
{
border-color: #EC189A;
}
.TagClassName
{
border-color: #EC189A;
}
</style>