Shades of Dark Pink #E05894
Tints of Dark Pink #E05894
RGB
CMYK
RGB Variations
Color information
#E05894 (or 0xE05894) is known color: Dark Pink. HEX triplet: E0, 58 and 94. RGB value is (224,88,148). Sum of RGB (Red+Green+Blue) = 224+88+148=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05894 is #1FA76B. Grayscale: #878787. Windows color (decimal): -2074476 or 9722080. OLE color: 9722080.
HSL color Cylindrical-coordinate representation of color #E05894: hue angle of 333.53º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05894 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 148 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.12 |
| HSL | 333.53º | 0.69% | 0.61% | - |
| HSV(B) | 333.53º | 0.61% | 0.88% | - |
| XYZ | 39.58 | 24.96 | 30.75 | - |
| YUV | 135.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 148 | 0 | 0.61 | 0.34 | 0.12 | 333.53 | 0.69 | 0.61 |
| Hex | E0 | 58 | 94 | 0 | 3D | 22 | C | 14E | 45 | 3D |
| Octal | 340 | 130 | 224 | 0 | 75 | 42 | 14 | 516 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10010100 | 0 | 111101 | 100010 | 1100 | 101001110 | 1000101 | 111101 |
Color Harmonies of #E05894
Complementary color
Monochromatic Colors of #E05894
Black with #E05894
Text Example
Text Example
White with #E05894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05894; }
p { color: rgb(224,88,148); }
H1.HeaderClassName
{
color: #E05894;
}
.AnyTagClassName
{
color: #E05894;
}
</style>
background-color css
<style>
a { background-color: #E05894; }
a { background-color: rgb(224,88,148); }
div.DivClassName
{
background-color: #E05894;
}
.BgClassName
{
background-color: #E05894;
}
</style>
border-color css
<style>
span { border-color: #E05894; }
span { border-color: rgb(224,88,148); }
td.TdClassName
{
border-color: #E05894;
}
.TagClassName
{
border-color: #E05894;
}
</style>