Shades of Dark Pink #E05890
Tints of Dark Pink #E05890
RGB
CMYK
RGB Variations
Color information
#E05890 (or 0xE05890) is known color: Dark Pink. HEX triplet: E0, 58 and 90. RGB value is (224,88,144). Sum of RGB (Red+Green+Blue) = 224+88+144=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05890 is #1FA76F. Grayscale: #868686. Windows color (decimal): -2074480 or 9459936. OLE color: 9459936.
HSL color Cylindrical-coordinate representation of color #E05890: hue angle of 335.29º 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 #E05890 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 144 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.12 |
| HSL | 335.29º | 0.69% | 0.61% | - |
| HSV(B) | 335.29º | 0.61% | 0.88% | - |
| XYZ | 39.26 | 24.84 | 29.11 | - |
| YUV | 135.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 144 | 0 | 0.61 | 0.36 | 0.12 | 335.29 | 0.69 | 0.61 |
| Hex | E0 | 58 | 90 | 0 | 3D | 24 | C | 14F | 45 | 3D |
| Octal | 340 | 130 | 220 | 0 | 75 | 44 | 14 | 517 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10010000 | 0 | 111101 | 100100 | 1100 | 101001111 | 1000101 | 111101 |
Color Harmonies of #E05890
Complementary color
Monochromatic Colors of #E05890
Black with #E05890
Text Example
Text Example
White with #E05890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05890; }
p { color: rgb(224,88,144); }
H1.HeaderClassName
{
color: #E05890;
}
.AnyTagClassName
{
color: #E05890;
}
</style>
background-color css
<style>
a { background-color: #E05890; }
a { background-color: rgb(224,88,144); }
div.DivClassName
{
background-color: #E05890;
}
.BgClassName
{
background-color: #E05890;
}
</style>
border-color css
<style>
span { border-color: #E05890; }
span { border-color: rgb(224,88,144); }
td.TdClassName
{
border-color: #E05890;
}
.TagClassName
{
border-color: #E05890;
}
</style>