Shades of Deep Pink #E81489
Tints of Deep Pink #E81489
RGB
CMYK
RGB Variations
Color information
#E81489 (or 0xE81489) is known color: Deep Pink. HEX triplet: E8, 14 and 89. RGB value is (232,20,137). Sum of RGB (Red+Green+Blue) = 232+20+137=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E81489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81489 is #17EB76. Grayscale: #606060. Windows color (decimal): -1567607 or 8983784. OLE color: 8983784.
HSL color Cylindrical-coordinate representation of color #E81489: hue angle of 326.89º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81489 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.09 |
| HSL | 326.89º | 0.84% | 0.49% | - |
| HSV(B) | 326.89º | 0.91% | 0.91% | - |
| XYZ | 38.04 | 19.46 | 25.42 | - |
| YUV | 96.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 137 | 0 | 0.91 | 0.41 | 0.09 | 326.89 | 0.84 | 0.49 |
| Hex | E8 | 14 | 89 | 0 | 5B | 29 | 9 | 147 | 54 | 31 |
| Octal | 350 | 24 | 211 | 0 | 133 | 51 | 11 | 507 | 124 | 61 |
| Binary | 11101000 | 10100 | 10001001 | 0 | 1011011 | 101001 | 1001 | 101000111 | 1010100 | 110001 |
Color Harmonies of #E81489
Complementary color
Monochromatic Colors of #E81489
Black with #E81489
Text Example
Text Example
White with #E81489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81489; }
p { color: rgb(232,20,137); }
H1.HeaderClassName
{
color: #E81489;
}
.AnyTagClassName
{
color: #E81489;
}
</style>
background-color css
<style>
a { background-color: #E81489; }
a { background-color: rgb(232,20,137); }
div.DivClassName
{
background-color: #E81489;
}
.BgClassName
{
background-color: #E81489;
}
</style>
border-color css
<style>
span { border-color: #E81489; }
span { border-color: rgb(232,20,137); }
td.TdClassName
{
border-color: #E81489;
}
.TagClassName
{
border-color: #E81489;
}
</style>