Shades of Deep Pink #E61A91
Tints of Deep Pink #E61A91
RGB
CMYK
RGB Variations
Color information
#E61A91 (or 0xE61A91) is known color: Deep Pink. HEX triplet: E6, 1A and 91. RGB value is (230,26,145). Sum of RGB (Red+Green+Blue) = 230+26+145=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A91 is #19E56E. Grayscale: #646464. Windows color (decimal): -1697135 or 9509606. OLE color: 9509606.
HSL color Cylindrical-coordinate representation of color #E61A91: hue angle of 325º 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 #E61A91 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 145 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.10 |
| HSL | 325º | 0.8% | 0.5% | - |
| HSV(B) | 325º | 0.89% | 0.9% | - |
| XYZ | 38.11 | 19.61 | 28.56 | - |
| YUV | 100.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 145 | 0 | 0.89 | 0.37 | 0.10 | 325 | 0.8 | 0.5 |
| Hex | E6 | 1A | 91 | 0 | 59 | 25 | A | 145 | 50 | 32 |
| Octal | 346 | 32 | 221 | 0 | 131 | 45 | 12 | 505 | 120 | 62 |
| Binary | 11100110 | 11010 | 10010001 | 0 | 1011001 | 100101 | 1010 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E61A91
Complementary color
Monochromatic Colors of #E61A91
Black with #E61A91
Text Example
Text Example
White with #E61A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A91; }
p { color: rgb(230,26,145); }
H1.HeaderClassName
{
color: #E61A91;
}
.AnyTagClassName
{
color: #E61A91;
}
</style>
background-color css
<style>
a { background-color: #E61A91; }
a { background-color: rgb(230,26,145); }
div.DivClassName
{
background-color: #E61A91;
}
.BgClassName
{
background-color: #E61A91;
}
</style>
border-color css
<style>
span { border-color: #E61A91; }
span { border-color: rgb(230,26,145); }
td.TdClassName
{
border-color: #E61A91;
}
.TagClassName
{
border-color: #E61A91;
}
</style>