Shades of Dark Pink #E55E91
Tints of Dark Pink #E55E91
RGB
CMYK
RGB Variations
Color information
#E55E91 (or 0xE55E91) is known color: Dark Pink. HEX triplet: E5, 5E and 91. RGB value is (229,94,145). Sum of RGB (Red+Green+Blue) = 229+94+145=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E91 is #1AA16E. Grayscale: #8C8C8C. Windows color (decimal): -1745263 or 9527013. OLE color: 9527013.
HSL color Cylindrical-coordinate representation of color #E55E91: hue angle of 337.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E91 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 145 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.10 |
| HSL | 337.33º | 0.72% | 0.63% | - |
| HSV(B) | 337.33º | 0.59% | 0.9% | - |
| XYZ | 41.43 | 26.71 | 29.76 | - |
| YUV | 140.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 145 | 0 | 0.59 | 0.37 | 0.10 | 337.33 | 0.72 | 0.63 |
| Hex | E5 | 5E | 91 | 0 | 3B | 25 | A | 151 | 48 | 3F |
| Octal | 345 | 136 | 221 | 0 | 73 | 45 | 12 | 521 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10010001 | 0 | 111011 | 100101 | 1010 | 101010001 | 1001000 | 111111 |
Color Harmonies of #E55E91
Complementary color
Monochromatic Colors of #E55E91
Black with #E55E91
Text Example
Text Example
White with #E55E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E91; }
p { color: rgb(229,94,145); }
H1.HeaderClassName
{
color: #E55E91;
}
.AnyTagClassName
{
color: #E55E91;
}
</style>
background-color css
<style>
a { background-color: #E55E91; }
a { background-color: rgb(229,94,145); }
div.DivClassName
{
background-color: #E55E91;
}
.BgClassName
{
background-color: #E55E91;
}
</style>
border-color css
<style>
span { border-color: #E55E91; }
span { border-color: rgb(229,94,145); }
td.TdClassName
{
border-color: #E55E91;
}
.TagClassName
{
border-color: #E55E91;
}
</style>