Shades of Deep Pink #E61589
Tints of Deep Pink #E61589
RGB
CMYK
RGB Variations
Color information
#E61589 (or 0xE61589) is known color: Deep Pink. HEX triplet: E6, 15 and 89. RGB value is (230,21,137). Sum of RGB (Red+Green+Blue) = 230+21+137=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E61589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61589 is #19EA76. Grayscale: #606060. Windows color (decimal): -1698423 or 8984038. OLE color: 8984038.
HSL color Cylindrical-coordinate representation of color #E61589: hue angle of 326.7º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61589 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 137 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.10 |
| HSL | 326.7º | 0.83% | 0.49% | - |
| HSV(B) | 326.7º | 0.91% | 0.9% | - |
| XYZ | 37.42 | 19.17 | 25.39 | - |
| YUV | 96.72 | 150.74 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 137 | 0 | 0.91 | 0.40 | 0.10 | 326.7 | 0.83 | 0.49 |
| Hex | E6 | 15 | 89 | 0 | 5B | 28 | A | 147 | 53 | 31 |
| Octal | 346 | 25 | 211 | 0 | 133 | 50 | 12 | 507 | 123 | 61 |
| Binary | 11100110 | 10101 | 10001001 | 0 | 1011011 | 101000 | 1010 | 101000111 | 1010011 | 110001 |
Color Harmonies of #E61589
Complementary color
Monochromatic Colors of #E61589
Black with #E61589
Text Example
Text Example
White with #E61589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61589; }
p { color: rgb(230,21,137); }
H1.HeaderClassName
{
color: #E61589;
}
.AnyTagClassName
{
color: #E61589;
}
</style>
background-color css
<style>
a { background-color: #E61589; }
a { background-color: rgb(230,21,137); }
div.DivClassName
{
background-color: #E61589;
}
.BgClassName
{
background-color: #E61589;
}
</style>
border-color css
<style>
span { border-color: #E61589; }
span { border-color: rgb(230,21,137); }
td.TdClassName
{
border-color: #E61589;
}
.TagClassName
{
border-color: #E61589;
}
</style>