Shades of Deep Pink #EC0488
Tints of Deep Pink #EC0488
RGB
CMYK
RGB Variations
Color information
#EC0488 (or 0xEC0488) is known color: Deep Pink. HEX triplet: EC, 04 and 88. RGB value is (236,4,136). Sum of RGB (Red+Green+Blue) = 236+4+136=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0488 is #13FB77. Grayscale: #585858. Windows color (decimal): -1309560 or 8914156. OLE color: 8914156.
HSL color Cylindrical-coordinate representation of color #EC0488: hue angle of 325.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0488 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.07 |
| HSL | 325.86º | 0.97% | 0.47% | - |
| HSV(B) | 325.86º | 0.98% | 0.93% | - |
| XYZ | 39.08 | 19.7 | 25.03 | - |
| YUV | 88.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 136 | 0 | 0.98 | 0.42 | 0.07 | 325.86 | 0.97 | 0.47 |
| Hex | EC | 4 | 88 | 0 | 62 | 2A | 7 | 146 | 61 | 2F |
| Octal | 354 | 4 | 210 | 0 | 142 | 52 | 7 | 506 | 141 | 57 |
| Binary | 11101100 | 100 | 10001000 | 0 | 1100010 | 101010 | 111 | 101000110 | 1100001 | 101111 |
Color Harmonies of #EC0488
Complementary color
Monochromatic Colors of #EC0488
Black with #EC0488
Text Example
Text Example
White with #EC0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0488; }
p { color: rgb(236,4,136); }
H1.HeaderClassName
{
color: #EC0488;
}
.AnyTagClassName
{
color: #EC0488;
}
</style>
background-color css
<style>
a { background-color: #EC0488; }
a { background-color: rgb(236,4,136); }
div.DivClassName
{
background-color: #EC0488;
}
.BgClassName
{
background-color: #EC0488;
}
</style>
border-color css
<style>
span { border-color: #EC0488; }
span { border-color: rgb(236,4,136); }
td.TdClassName
{
border-color: #EC0488;
}
.TagClassName
{
border-color: #EC0488;
}
</style>