Shades of Deep Pink #E61991
Tints of Deep Pink #E61991
RGB
CMYK
RGB Variations
Color information
#E61991 (or 0xE61991) is known color: Deep Pink. HEX triplet: E6, 19 and 91. RGB value is (230,25,145). Sum of RGB (Red+Green+Blue) = 230+25+145=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E61991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61991 is #19E66E. Grayscale: #636363. Windows color (decimal): -1697391 or 9509350. OLE color: 9509350.
HSL color Cylindrical-coordinate representation of color #E61991: hue angle of 324.88º 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 #E61991 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 145 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.10 |
| HSL | 324.88º | 0.8% | 0.5% | - |
| HSV(B) | 324.88º | 0.89% | 0.9% | - |
| XYZ | 38.09 | 19.56 | 28.56 | - |
| YUV | 99.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 145 | 0 | 0.89 | 0.37 | 0.10 | 324.88 | 0.8 | 0.5 |
| Hex | E6 | 19 | 91 | 0 | 59 | 25 | A | 145 | 50 | 32 |
| Octal | 346 | 31 | 221 | 0 | 131 | 45 | 12 | 505 | 120 | 62 |
| Binary | 11100110 | 11001 | 10010001 | 0 | 1011001 | 100101 | 1010 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E61991
Complementary color
Monochromatic Colors of #E61991
Black with #E61991
Text Example
Text Example
White with #E61991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61991; }
p { color: rgb(230,25,145); }
H1.HeaderClassName
{
color: #E61991;
}
.AnyTagClassName
{
color: #E61991;
}
</style>
background-color css
<style>
a { background-color: #E61991; }
a { background-color: rgb(230,25,145); }
div.DivClassName
{
background-color: #E61991;
}
.BgClassName
{
background-color: #E61991;
}
</style>
border-color css
<style>
span { border-color: #E61991; }
span { border-color: rgb(230,25,145); }
td.TdClassName
{
border-color: #E61991;
}
.TagClassName
{
border-color: #E61991;
}
</style>