Shades of Deep Pink #EC0788
Tints of Deep Pink #EC0788
RGB
CMYK
RGB Variations
Color information
#EC0788 (or 0xEC0788) is known color: Deep Pink. HEX triplet: EC, 07 and 88. RGB value is (236,7,136). Sum of RGB (Red+Green+Blue) = 236+7+136=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0788 is #13F877. Grayscale: #595959. Windows color (decimal): -1308792 or 8914924. OLE color: 8914924.
HSL color Cylindrical-coordinate representation of color #EC0788: hue angle of 326.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0788 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.07 |
| HSL | 326.2º | 0.94% | 0.48% | - |
| HSV(B) | 326.2º | 0.97% | 0.93% | - |
| XYZ | 39.11 | 19.76 | 25.05 | - |
| YUV | 90.18 | 153.87 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 136 | 0 | 0.97 | 0.42 | 0.07 | 326.2 | 0.94 | 0.48 |
| Hex | EC | 7 | 88 | 0 | 61 | 2A | 7 | 146 | 5E | 30 |
| Octal | 354 | 7 | 210 | 0 | 141 | 52 | 7 | 506 | 136 | 60 |
| Binary | 11101100 | 111 | 10001000 | 0 | 1100001 | 101010 | 111 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EC0788
Complementary color
Monochromatic Colors of #EC0788
Black with #EC0788
Text Example
Text Example
White with #EC0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0788; }
p { color: rgb(236,7,136); }
H1.HeaderClassName
{
color: #EC0788;
}
.AnyTagClassName
{
color: #EC0788;
}
</style>
background-color css
<style>
a { background-color: #EC0788; }
a { background-color: rgb(236,7,136); }
div.DivClassName
{
background-color: #EC0788;
}
.BgClassName
{
background-color: #EC0788;
}
</style>
border-color css
<style>
span { border-color: #EC0788; }
span { border-color: rgb(236,7,136); }
td.TdClassName
{
border-color: #EC0788;
}
.TagClassName
{
border-color: #EC0788;
}
</style>