Shades of Deep Pink #EA0789
Tints of Deep Pink #EA0789
RGB
CMYK
RGB Variations
Color information
#EA0789 (or 0xEA0789) is known color: Deep Pink. HEX triplet: EA, 07 and 89. RGB value is (234,7,137). Sum of RGB (Red+Green+Blue) = 234+7+137=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0789 is #15F876. Grayscale: #595959. Windows color (decimal): -1439863 or 8980458. OLE color: 8980458.
HSL color Cylindrical-coordinate representation of color #EA0789: hue angle of 325.64º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0789 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.08 |
| HSL | 325.64º | 0.94% | 0.47% | - |
| HSV(B) | 325.64º | 0.97% | 0.92% | - |
| XYZ | 38.52 | 19.45 | 25.39 | - |
| YUV | 89.69 | 154.71 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 137 | 0 | 0.97 | 0.41 | 0.08 | 325.64 | 0.94 | 0.47 |
| Hex | EA | 7 | 89 | 0 | 61 | 29 | 8 | 146 | 5E | 2F |
| Octal | 352 | 7 | 211 | 0 | 141 | 51 | 10 | 506 | 136 | 57 |
| Binary | 11101010 | 111 | 10001001 | 0 | 1100001 | 101001 | 1000 | 101000110 | 1011110 | 101111 |
Color Harmonies of #EA0789
Complementary color
Monochromatic Colors of #EA0789
Black with #EA0789
Text Example
Text Example
White with #EA0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0789; }
p { color: rgb(234,7,137); }
H1.HeaderClassName
{
color: #EA0789;
}
.AnyTagClassName
{
color: #EA0789;
}
</style>
background-color css
<style>
a { background-color: #EA0789; }
a { background-color: rgb(234,7,137); }
div.DivClassName
{
background-color: #EA0789;
}
.BgClassName
{
background-color: #EA0789;
}
</style>
border-color css
<style>
span { border-color: #EA0789; }
span { border-color: rgb(234,7,137); }
td.TdClassName
{
border-color: #EA0789;
}
.TagClassName
{
border-color: #EA0789;
}
</style>