Shades of Deep Pink #E61989
Tints of Deep Pink #E61989
RGB
CMYK
RGB Variations
Color information
#E61989 (or 0xE61989) is known color: Deep Pink. HEX triplet: E6, 19 and 89. RGB value is (230,25,137). Sum of RGB (Red+Green+Blue) = 230+25+137=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E61989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61989 is #19E676. Grayscale: #626262. Windows color (decimal): -1697399 or 8985062. OLE color: 8985062.
HSL color Cylindrical-coordinate representation of color #E61989: hue angle of 327.22º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61989 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 137 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.10 |
| HSL | 327.22º | 0.8% | 0.5% | - |
| HSV(B) | 327.22º | 0.89% | 0.9% | - |
| XYZ | 37.5 | 19.32 | 25.42 | - |
| YUV | 99.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 137 | 0 | 0.89 | 0.40 | 0.10 | 327.22 | 0.8 | 0.5 |
| Hex | E6 | 19 | 89 | 0 | 59 | 28 | A | 147 | 50 | 32 |
| Octal | 346 | 31 | 211 | 0 | 131 | 50 | 12 | 507 | 120 | 62 |
| Binary | 11100110 | 11001 | 10001001 | 0 | 1011001 | 101000 | 1010 | 101000111 | 1010000 | 110010 |
Color Harmonies of #E61989
Complementary color
Monochromatic Colors of #E61989
Black with #E61989
Text Example
Text Example
White with #E61989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61989; }
p { color: rgb(230,25,137); }
H1.HeaderClassName
{
color: #E61989;
}
.AnyTagClassName
{
color: #E61989;
}
</style>
background-color css
<style>
a { background-color: #E61989; }
a { background-color: rgb(230,25,137); }
div.DivClassName
{
background-color: #E61989;
}
.BgClassName
{
background-color: #E61989;
}
</style>
border-color css
<style>
span { border-color: #E61989; }
span { border-color: rgb(230,25,137); }
td.TdClassName
{
border-color: #E61989;
}
.TagClassName
{
border-color: #E61989;
}
</style>