Shades of Deep Pink #E61891
Tints of Deep Pink #E61891
RGB
CMYK
RGB Variations
Color information
#E61891 (or 0xE61891) is known color: Deep Pink. HEX triplet: E6, 18 and 91. RGB value is (230,24,145). Sum of RGB (Red+Green+Blue) = 230+24+145=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E61891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61891 is #19E76E. Grayscale: #636363. Windows color (decimal): -1697647 or 9509094. OLE color: 9509094.
HSL color Cylindrical-coordinate representation of color #E61891: hue angle of 324.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61891 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 145 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.10 |
| HSL | 324.76º | 0.81% | 0.5% | - |
| HSV(B) | 324.76º | 0.9% | 0.9% | - |
| XYZ | 38.07 | 19.52 | 28.55 | - |
| YUV | 99.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 145 | 0 | 0.90 | 0.37 | 0.10 | 324.76 | 0.81 | 0.5 |
| Hex | E6 | 18 | 91 | 0 | 5A | 25 | A | 145 | 51 | 32 |
| Octal | 346 | 30 | 221 | 0 | 132 | 45 | 12 | 505 | 121 | 62 |
| Binary | 11100110 | 11000 | 10010001 | 0 | 1011010 | 100101 | 1010 | 101000101 | 1010001 | 110010 |
Color Harmonies of #E61891
Complementary color
Monochromatic Colors of #E61891
Black with #E61891
Text Example
Text Example
White with #E61891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61891; }
p { color: rgb(230,24,145); }
H1.HeaderClassName
{
color: #E61891;
}
.AnyTagClassName
{
color: #E61891;
}
</style>
background-color css
<style>
a { background-color: #E61891; }
a { background-color: rgb(230,24,145); }
div.DivClassName
{
background-color: #E61891;
}
.BgClassName
{
background-color: #E61891;
}
</style>
border-color css
<style>
span { border-color: #E61891; }
span { border-color: rgb(230,24,145); }
td.TdClassName
{
border-color: #E61891;
}
.TagClassName
{
border-color: #E61891;
}
</style>