Shades of Deep Pink #E80A89
Tints of Deep Pink #E80A89
RGB
CMYK
RGB Variations
Color information
#E80A89 (or 0xE80A89) is known color: Deep Pink. HEX triplet: E8, 0A and 89. RGB value is (232,10,137). Sum of RGB (Red+Green+Blue) = 232+10+137=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80A89 is #17F576. Grayscale: #5A5A5A. Windows color (decimal): -1570167 or 8981224. OLE color: 8981224.
HSL color Cylindrical-coordinate representation of color #E80A89: hue angle of 325.68º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A89 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 137 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.09 |
| HSL | 325.68º | 0.92% | 0.47% | - |
| HSV(B) | 325.68º | 0.96% | 0.91% | - |
| XYZ | 37.9 | 19.18 | 25.37 | - |
| YUV | 90.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 137 | 0 | 0.96 | 0.41 | 0.09 | 325.68 | 0.92 | 0.47 |
| Hex | E8 | A | 89 | 0 | 60 | 29 | 9 | 146 | 5C | 2F |
| Octal | 350 | 12 | 211 | 0 | 140 | 51 | 11 | 506 | 134 | 57 |
| Binary | 11101000 | 1010 | 10001001 | 0 | 1100000 | 101001 | 1001 | 101000110 | 1011100 | 101111 |
Color Harmonies of #E80A89
Complementary color
Monochromatic Colors of #E80A89
Black with #E80A89
Text Example
Text Example
White with #E80A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A89; }
p { color: rgb(232,10,137); }
H1.HeaderClassName
{
color: #E80A89;
}
.AnyTagClassName
{
color: #E80A89;
}
</style>
background-color css
<style>
a { background-color: #E80A89; }
a { background-color: rgb(232,10,137); }
div.DivClassName
{
background-color: #E80A89;
}
.BgClassName
{
background-color: #E80A89;
}
</style>
border-color css
<style>
span { border-color: #E80A89; }
span { border-color: rgb(232,10,137); }
td.TdClassName
{
border-color: #E80A89;
}
.TagClassName
{
border-color: #E80A89;
}
</style>