Shades of Deep Pink #EC1498
Tints of Deep Pink #EC1498
RGB
CMYK
RGB Variations
Color information
#EC1498 (or 0xEC1498) is known color: Deep Pink. HEX triplet: EC, 14 and 98. RGB value is (236,20,152). Sum of RGB (Red+Green+Blue) = 236+20+152=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1498 is #13EB67. Grayscale: #636363. Windows color (decimal): -1305448 or 9966828. OLE color: 9966828.
HSL color Cylindrical-coordinate representation of color #EC1498: hue angle of 323.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1498 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.07 |
| HSL | 323.33º | 0.85% | 0.5% | - |
| HSV(B) | 323.33º | 0.92% | 0.93% | - |
| XYZ | 40.51 | 20.6 | 31.55 | - |
| YUV | 99.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 152 | 0 | 0.92 | 0.36 | 0.07 | 323.33 | 0.85 | 0.5 |
| Hex | EC | 14 | 98 | 0 | 5C | 24 | 7 | 143 | 55 | 32 |
| Octal | 354 | 24 | 230 | 0 | 134 | 44 | 7 | 503 | 125 | 62 |
| Binary | 11101100 | 10100 | 10011000 | 0 | 1011100 | 100100 | 111 | 101000011 | 1010101 | 110010 |
Color Harmonies of #EC1498
Complementary color
Monochromatic Colors of #EC1498
Black with #EC1498
Text Example
Text Example
White with #EC1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1498; }
p { color: rgb(236,20,152); }
H1.HeaderClassName
{
color: #EC1498;
}
.AnyTagClassName
{
color: #EC1498;
}
</style>
background-color css
<style>
a { background-color: #EC1498; }
a { background-color: rgb(236,20,152); }
div.DivClassName
{
background-color: #EC1498;
}
.BgClassName
{
background-color: #EC1498;
}
</style>
border-color css
<style>
span { border-color: #EC1498; }
span { border-color: rgb(236,20,152); }
td.TdClassName
{
border-color: #EC1498;
}
.TagClassName
{
border-color: #EC1498;
}
</style>