Shades of Dark Pink #E05090
Tints of Dark Pink #E05090
RGB
CMYK
RGB Variations
Color information
#E05090 (or 0xE05090) is known color: Dark Pink. HEX triplet: E0, 50 and 90. RGB value is (224,80,144). Sum of RGB (Red+Green+Blue) = 224+80+144=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E05090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05090 is #1FAF6F. Grayscale: #828282. Windows color (decimal): -2076528 or 9457888. OLE color: 9457888.
HSL color Cylindrical-coordinate representation of color #E05090: hue angle of 333.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05090 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 144 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.12 |
| HSL | 333.33º | 0.7% | 0.6% | - |
| HSV(B) | 333.33º | 0.64% | 0.88% | - |
| XYZ | 38.64 | 23.6 | 28.9 | - |
| YUV | 130.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 144 | 0 | 0.64 | 0.36 | 0.12 | 333.33 | 0.7 | 0.6 |
| Hex | E0 | 50 | 90 | 0 | 40 | 24 | C | 14D | 46 | 3C |
| Octal | 340 | 120 | 220 | 0 | 100 | 44 | 14 | 515 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10010000 | 0 | 1000000 | 100100 | 1100 | 101001101 | 1000110 | 111100 |
Color Harmonies of #E05090
Complementary color
Monochromatic Colors of #E05090
Black with #E05090
Text Example
Text Example
White with #E05090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05090; }
p { color: rgb(224,80,144); }
H1.HeaderClassName
{
color: #E05090;
}
.AnyTagClassName
{
color: #E05090;
}
</style>
background-color css
<style>
a { background-color: #E05090; }
a { background-color: rgb(224,80,144); }
div.DivClassName
{
background-color: #E05090;
}
.BgClassName
{
background-color: #E05090;
}
</style>
border-color css
<style>
span { border-color: #E05090; }
span { border-color: rgb(224,80,144); }
td.TdClassName
{
border-color: #E05090;
}
.TagClassName
{
border-color: #E05090;
}
</style>