Shades of Dark Pink #E05486
Tints of Dark Pink #E05486
RGB
CMYK
RGB Variations
Color information
#E05486 (or 0xE05486) is known color: Dark Pink. HEX triplet: E0, 54 and 86. RGB value is (224,84,134). Sum of RGB (Red+Green+Blue) = 224+84+134=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05486 is #1FAB79. Grayscale: #838383. Windows color (decimal): -2075514 or 8803552. OLE color: 8803552.
HSL color Cylindrical-coordinate representation of color #E05486: hue angle of 338.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05486 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 134 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.12 |
| HSL | 338.57º | 0.69% | 0.6% | - |
| HSV(B) | 338.57º | 0.63% | 0.88% | - |
| XYZ | 38.21 | 23.91 | 25.16 | - |
| YUV | 131.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 134 | 0 | 0.62 | 0.40 | 0.12 | 338.57 | 0.69 | 0.6 |
| Hex | E0 | 54 | 86 | 0 | 3E | 28 | C | 153 | 45 | 3C |
| Octal | 340 | 124 | 206 | 0 | 76 | 50 | 14 | 523 | 105 | 74 |
| Binary | 11100000 | 1010100 | 10000110 | 0 | 111110 | 101000 | 1100 | 101010011 | 1000101 | 111100 |
Color Harmonies of #E05486
Complementary color
Monochromatic Colors of #E05486
Black with #E05486
Text Example
Text Example
White with #E05486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05486; }
p { color: rgb(224,84,134); }
H1.HeaderClassName
{
color: #E05486;
}
.AnyTagClassName
{
color: #E05486;
}
</style>
background-color css
<style>
a { background-color: #E05486; }
a { background-color: rgb(224,84,134); }
div.DivClassName
{
background-color: #E05486;
}
.BgClassName
{
background-color: #E05486;
}
</style>
border-color css
<style>
span { border-color: #E05486; }
span { border-color: rgb(224,84,134); }
td.TdClassName
{
border-color: #E05486;
}
.TagClassName
{
border-color: #E05486;
}
</style>