Shades of Deep Pink #E61191
Tints of Deep Pink #E61191
RGB
CMYK
RGB Variations
Color information
#E61191 (or 0xE61191) is known color: Deep Pink. HEX triplet: E6, 11 and 91. RGB value is (230,17,145). Sum of RGB (Red+Green+Blue) = 230+17+145=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E61191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61191 is #19EE6E. Grayscale: #5E5E5E. Windows color (decimal): -1699439 or 9507302. OLE color: 9507302.
HSL color Cylindrical-coordinate representation of color #E61191: hue angle of 323.94º 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 #E61191 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.10 |
| HSL | 323.94º | 0.86% | 0.48% | - |
| HSV(B) | 323.94º | 0.93% | 0.9% | - |
| XYZ | 37.94 | 19.27 | 28.51 | - |
| YUV | 95.28 | 156.07 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 145 | 0 | 0.93 | 0.37 | 0.10 | 323.94 | 0.86 | 0.48 |
| Hex | E6 | 11 | 91 | 0 | 5D | 25 | A | 144 | 56 | 30 |
| Octal | 346 | 21 | 221 | 0 | 135 | 45 | 12 | 504 | 126 | 60 |
| Binary | 11100110 | 10001 | 10010001 | 0 | 1011101 | 100101 | 1010 | 101000100 | 1010110 | 110000 |
Color Harmonies of #E61191
Complementary color
Monochromatic Colors of #E61191
Black with #E61191
Text Example
Text Example
White with #E61191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61191; }
p { color: rgb(230,17,145); }
H1.HeaderClassName
{
color: #E61191;
}
.AnyTagClassName
{
color: #E61191;
}
</style>
background-color css
<style>
a { background-color: #E61191; }
a { background-color: rgb(230,17,145); }
div.DivClassName
{
background-color: #E61191;
}
.BgClassName
{
background-color: #E61191;
}
</style>
border-color css
<style>
span { border-color: #E61191; }
span { border-color: rgb(230,17,145); }
td.TdClassName
{
border-color: #E61191;
}
.TagClassName
{
border-color: #E61191;
}
</style>