Shades of Deep Pink #E61389
Tints of Deep Pink #E61389
RGB
CMYK
RGB Variations
Color information
#E61389 (or 0xE61389) is known color: Deep Pink. HEX triplet: E6, 13 and 89. RGB value is (230,19,137). Sum of RGB (Red+Green+Blue) = 230+19+137=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E61389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61389 is #19EC76. Grayscale: #5F5F5F. Windows color (decimal): -1698935 or 8983526. OLE color: 8983526.
HSL color Cylindrical-coordinate representation of color #E61389: hue angle of 326.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61389 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.10 |
| HSL | 326.45º | 0.85% | 0.49% | - |
| HSV(B) | 326.45º | 0.92% | 0.9% | - |
| XYZ | 37.38 | 19.09 | 25.38 | - |
| YUV | 95.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 137 | 0 | 0.92 | 0.40 | 0.10 | 326.45 | 0.85 | 0.49 |
| Hex | E6 | 13 | 89 | 0 | 5C | 28 | A | 146 | 55 | 31 |
| Octal | 346 | 23 | 211 | 0 | 134 | 50 | 12 | 506 | 125 | 61 |
| Binary | 11100110 | 10011 | 10001001 | 0 | 1011100 | 101000 | 1010 | 101000110 | 1010101 | 110001 |
Color Harmonies of #E61389
Complementary color
Monochromatic Colors of #E61389
Black with #E61389
Text Example
Text Example
White with #E61389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61389; }
p { color: rgb(230,19,137); }
H1.HeaderClassName
{
color: #E61389;
}
.AnyTagClassName
{
color: #E61389;
}
</style>
background-color css
<style>
a { background-color: #E61389; }
a { background-color: rgb(230,19,137); }
div.DivClassName
{
background-color: #E61389;
}
.BgClassName
{
background-color: #E61389;
}
</style>
border-color css
<style>
span { border-color: #E61389; }
span { border-color: rgb(230,19,137); }
td.TdClassName
{
border-color: #E61389;
}
.TagClassName
{
border-color: #E61389;
}
</style>