Shades of Dark Pink #E05591
Tints of Dark Pink #E05591
RGB
CMYK
RGB Variations
Color information
#E05591 (or 0xE05591) is known color: Dark Pink. HEX triplet: E0, 55 and 91. RGB value is (224,85,145). Sum of RGB (Red+Green+Blue) = 224+85+145=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E05591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05591 is #1FAA6E. Grayscale: #858585. Windows color (decimal): -2075247 or 9524704. OLE color: 9524704.
HSL color Cylindrical-coordinate representation of color #E05591: hue angle of 334.1º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05591 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 145 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.12 |
| HSL | 334.1º | 0.69% | 0.61% | - |
| HSV(B) | 334.1º | 0.62% | 0.88% | - |
| XYZ | 39.1 | 24.39 | 29.43 | - |
| YUV | 133.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 145 | 0 | 0.62 | 0.35 | 0.12 | 334.1 | 0.69 | 0.61 |
| Hex | E0 | 55 | 91 | 0 | 3E | 23 | C | 14E | 45 | 3D |
| Octal | 340 | 125 | 221 | 0 | 76 | 43 | 14 | 516 | 105 | 75 |
| Binary | 11100000 | 1010101 | 10010001 | 0 | 111110 | 100011 | 1100 | 101001110 | 1000101 | 111101 |
Color Harmonies of #E05591
Complementary color
Monochromatic Colors of #E05591
Black with #E05591
Text Example
Text Example
White with #E05591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05591; }
p { color: rgb(224,85,145); }
H1.HeaderClassName
{
color: #E05591;
}
.AnyTagClassName
{
color: #E05591;
}
</style>
background-color css
<style>
a { background-color: #E05591; }
a { background-color: rgb(224,85,145); }
div.DivClassName
{
background-color: #E05591;
}
.BgClassName
{
background-color: #E05591;
}
</style>
border-color css
<style>
span { border-color: #E05591; }
span { border-color: rgb(224,85,145); }
td.TdClassName
{
border-color: #E05591;
}
.TagClassName
{
border-color: #E05591;
}
</style>