Shades of Deep Pink #E61587
Tints of Deep Pink #E61587
RGB
CMYK
RGB Variations
Color information
#E61587 (or 0xE61587) is known color: Deep Pink. HEX triplet: E6, 15 and 87. RGB value is (230,21,135). Sum of RGB (Red+Green+Blue) = 230+21+135=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E61587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61587 is #19EA78. Grayscale: #606060. Windows color (decimal): -1698425 or 8852966. OLE color: 8852966.
HSL color Cylindrical-coordinate representation of color #E61587: hue angle of 327.27º 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 #E61587 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 135 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.10 |
| HSL | 327.27º | 0.83% | 0.49% | - |
| HSV(B) | 327.27º | 0.91% | 0.9% | - |
| XYZ | 37.27 | 19.11 | 24.65 | - |
| YUV | 96.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 135 | 0 | 0.91 | 0.41 | 0.10 | 327.27 | 0.83 | 0.49 |
| Hex | E6 | 15 | 87 | 0 | 5B | 29 | A | 147 | 53 | 31 |
| Octal | 346 | 25 | 207 | 0 | 133 | 51 | 12 | 507 | 123 | 61 |
| Binary | 11100110 | 10101 | 10000111 | 0 | 1011011 | 101001 | 1010 | 101000111 | 1010011 | 110001 |
Color Harmonies of #E61587
Complementary color
Monochromatic Colors of #E61587
Black with #E61587
Text Example
Text Example
White with #E61587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61587; }
p { color: rgb(230,21,135); }
H1.HeaderClassName
{
color: #E61587;
}
.AnyTagClassName
{
color: #E61587;
}
</style>
background-color css
<style>
a { background-color: #E61587; }
a { background-color: rgb(230,21,135); }
div.DivClassName
{
background-color: #E61587;
}
.BgClassName
{
background-color: #E61587;
}
</style>
border-color css
<style>
span { border-color: #E61587; }
span { border-color: rgb(230,21,135); }
td.TdClassName
{
border-color: #E61587;
}
.TagClassName
{
border-color: #E61587;
}
</style>