Shades of Deep Pink #EC078A
Tints of Deep Pink #EC078A
RGB
CMYK
RGB Variations
Color information
#EC078A (or 0xEC078A) is known color: Deep Pink. HEX triplet: EC, 07 and 8A. RGB value is (236,7,138). Sum of RGB (Red+Green+Blue) = 236+7+138=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC078A is #13F875. Grayscale: #5A5A5A. Windows color (decimal): -1308790 or 9045996. OLE color: 9045996.
HSL color Cylindrical-coordinate representation of color #EC078A: hue angle of 325.68º 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 #EC078A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.07 |
| HSL | 325.68º | 0.94% | 0.48% | - |
| HSV(B) | 325.68º | 0.97% | 0.93% | - |
| XYZ | 39.26 | 19.82 | 25.8 | - |
| YUV | 90.41 | 154.87 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 138 | 0 | 0.97 | 0.42 | 0.07 | 325.68 | 0.94 | 0.48 |
| Hex | EC | 7 | 8A | 0 | 61 | 2A | 7 | 146 | 5E | 30 |
| Octal | 354 | 7 | 212 | 0 | 141 | 52 | 7 | 506 | 136 | 60 |
| Binary | 11101100 | 111 | 10001010 | 0 | 1100001 | 101010 | 111 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EC078A
Complementary color
Monochromatic Colors of #EC078A
Black with #EC078A
Text Example
Text Example
White with #EC078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC078A; }
p { color: rgb(236,7,138); }
H1.HeaderClassName
{
color: #EC078A;
}
.AnyTagClassName
{
color: #EC078A;
}
</style>
background-color css
<style>
a { background-color: #EC078A; }
a { background-color: rgb(236,7,138); }
div.DivClassName
{
background-color: #EC078A;
}
.BgClassName
{
background-color: #EC078A;
}
</style>
border-color css
<style>
span { border-color: #EC078A; }
span { border-color: rgb(236,7,138); }
td.TdClassName
{
border-color: #EC078A;
}
.TagClassName
{
border-color: #EC078A;
}
</style>