Shades of Dark Pink #E05084
Tints of Dark Pink #E05084
RGB
CMYK
RGB Variations
Color information
#E05084 (or 0xE05084) is known color: Dark Pink. HEX triplet: E0, 50 and 84. RGB value is (224,80,132). Sum of RGB (Red+Green+Blue) = 224+80+132=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E05084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05084 is #1FAF7B. Grayscale: #808080. Windows color (decimal): -2076540 or 8671456. OLE color: 8671456.
HSL color Cylindrical-coordinate representation of color #E05084: hue angle of 338.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 #E05084 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 132 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.12 |
| HSL | 338.33º | 0.7% | 0.6% | - |
| HSV(B) | 338.33º | 0.64% | 0.88% | - |
| XYZ | 37.77 | 23.25 | 24.33 | - |
| YUV | 128.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 132 | 0 | 0.64 | 0.41 | 0.12 | 338.33 | 0.7 | 0.6 |
| Hex | E0 | 50 | 84 | 0 | 40 | 29 | C | 152 | 46 | 3C |
| Octal | 340 | 120 | 204 | 0 | 100 | 51 | 14 | 522 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10000100 | 0 | 1000000 | 101001 | 1100 | 101010010 | 1000110 | 111100 |
Color Harmonies of #E05084
Complementary color
Monochromatic Colors of #E05084
Black with #E05084
Text Example
Text Example
White with #E05084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05084; }
p { color: rgb(224,80,132); }
H1.HeaderClassName
{
color: #E05084;
}
.AnyTagClassName
{
color: #E05084;
}
</style>
background-color css
<style>
a { background-color: #E05084; }
a { background-color: rgb(224,80,132); }
div.DivClassName
{
background-color: #E05084;
}
.BgClassName
{
background-color: #E05084;
}
</style>
border-color css
<style>
span { border-color: #E05084; }
span { border-color: rgb(224,80,132); }
td.TdClassName
{
border-color: #E05084;
}
.TagClassName
{
border-color: #E05084;
}
</style>