Shades of Deep Pink #EC189C
Tints of Deep Pink #EC189C
RGB
CMYK
RGB Variations
Color information
#EC189C (or 0xEC189C) is known color: Deep Pink. HEX triplet: EC, 18 and 9C. RGB value is (236,24,156). Sum of RGB (Red+Green+Blue) = 236+24+156=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC189C is #13E763. Grayscale: #666666. Windows color (decimal): -1304420 or 10229996. OLE color: 10229996.
HSL color Cylindrical-coordinate representation of color #EC189C: hue angle of 322.64º 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 #EC189C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.07 |
| HSL | 322.64º | 0.85% | 0.51% | - |
| HSV(B) | 322.64º | 0.9% | 0.93% | - |
| XYZ | 40.92 | 20.89 | 33.33 | - |
| YUV | 102.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 156 | 0 | 0.90 | 0.34 | 0.07 | 322.64 | 0.85 | 0.51 |
| Hex | EC | 18 | 9C | 0 | 5A | 22 | 7 | 143 | 55 | 33 |
| Octal | 354 | 30 | 234 | 0 | 132 | 42 | 7 | 503 | 125 | 63 |
| Binary | 11101100 | 11000 | 10011100 | 0 | 1011010 | 100010 | 111 | 101000011 | 1010101 | 110011 |
Color Harmonies of #EC189C
Complementary color
Monochromatic Colors of #EC189C
Black with #EC189C
Text Example
Text Example
White with #EC189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC189C; }
p { color: rgb(236,24,156); }
H1.HeaderClassName
{
color: #EC189C;
}
.AnyTagClassName
{
color: #EC189C;
}
</style>
background-color css
<style>
a { background-color: #EC189C; }
a { background-color: rgb(236,24,156); }
div.DivClassName
{
background-color: #EC189C;
}
.BgClassName
{
background-color: #EC189C;
}
</style>
border-color css
<style>
span { border-color: #EC189C; }
span { border-color: rgb(236,24,156); }
td.TdClassName
{
border-color: #EC189C;
}
.TagClassName
{
border-color: #EC189C;
}
</style>