Shades of Deep Pink #E61189
Tints of Deep Pink #E61189
RGB
CMYK
RGB Variations
Color information
#E61189 (or 0xE61189) is known color: Deep Pink. HEX triplet: E6, 11 and 89. RGB value is (230,17,137). Sum of RGB (Red+Green+Blue) = 230+17+137=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E61189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61189 is #19EE76. Grayscale: #5E5E5E. Windows color (decimal): -1699447 or 8983014. OLE color: 8983014.
HSL color Cylindrical-coordinate representation of color #E61189: hue angle of 326.2º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61189 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.10 |
| HSL | 326.2º | 0.86% | 0.48% | - |
| HSV(B) | 326.2º | 0.93% | 0.9% | - |
| XYZ | 37.35 | 19.03 | 25.37 | - |
| YUV | 94.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 137 | 0 | 0.93 | 0.40 | 0.10 | 326.2 | 0.86 | 0.48 |
| Hex | E6 | 11 | 89 | 0 | 5D | 28 | A | 146 | 56 | 30 |
| Octal | 346 | 21 | 211 | 0 | 135 | 50 | 12 | 506 | 126 | 60 |
| Binary | 11100110 | 10001 | 10001001 | 0 | 1011101 | 101000 | 1010 | 101000110 | 1010110 | 110000 |
Color Harmonies of #E61189
Complementary color
Monochromatic Colors of #E61189
Black with #E61189
Text Example
Text Example
White with #E61189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61189; }
p { color: rgb(230,17,137); }
H1.HeaderClassName
{
color: #E61189;
}
.AnyTagClassName
{
color: #E61189;
}
</style>
background-color css
<style>
a { background-color: #E61189; }
a { background-color: rgb(230,17,137); }
div.DivClassName
{
background-color: #E61189;
}
.BgClassName
{
background-color: #E61189;
}
</style>
border-color css
<style>
span { border-color: #E61189; }
span { border-color: rgb(230,17,137); }
td.TdClassName
{
border-color: #E61189;
}
.TagClassName
{
border-color: #E61189;
}
</style>