Shades of Dark Pink #E05886
Tints of Dark Pink #E05886
RGB
CMYK
RGB Variations
Color information
#E05886 (or 0xE05886) is known color: Dark Pink. HEX triplet: E0, 58 and 86. RGB value is (224,88,134). Sum of RGB (Red+Green+Blue) = 224+88+134=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E05886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05886 is #1FA779. Grayscale: #858585. Windows color (decimal): -2074490 or 8804576. OLE color: 8804576.
HSL color Cylindrical-coordinate representation of color #E05886: hue angle of 339.71º 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 #E05886 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 134 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.12 |
| HSL | 339.71º | 0.69% | 0.61% | - |
| HSV(B) | 339.71º | 0.61% | 0.88% | - |
| XYZ | 38.53 | 24.55 | 25.26 | - |
| YUV | 133.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 134 | 0 | 0.61 | 0.40 | 0.12 | 339.71 | 0.69 | 0.61 |
| Hex | E0 | 58 | 86 | 0 | 3D | 28 | C | 154 | 45 | 3D |
| Octal | 340 | 130 | 206 | 0 | 75 | 50 | 14 | 524 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10000110 | 0 | 111101 | 101000 | 1100 | 101010100 | 1000101 | 111101 |
Color Harmonies of #E05886
Complementary color
Monochromatic Colors of #E05886
Black with #E05886
Text Example
Text Example
White with #E05886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05886; }
p { color: rgb(224,88,134); }
H1.HeaderClassName
{
color: #E05886;
}
.AnyTagClassName
{
color: #E05886;
}
</style>
background-color css
<style>
a { background-color: #E05886; }
a { background-color: rgb(224,88,134); }
div.DivClassName
{
background-color: #E05886;
}
.BgClassName
{
background-color: #E05886;
}
</style>
border-color css
<style>
span { border-color: #E05886; }
span { border-color: rgb(224,88,134); }
td.TdClassName
{
border-color: #E05886;
}
.TagClassName
{
border-color: #E05886;
}
</style>