Shades of Dark Pink #E05993
Tints of Dark Pink #E05993
RGB
CMYK
RGB Variations
Color information
#E05993 (or 0xE05993) is known color: Dark Pink. HEX triplet: E0, 59 and 93. RGB value is (224,89,147). Sum of RGB (Red+Green+Blue) = 224+89+147=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05993 is #1FA66C. Grayscale: #878787. Windows color (decimal): -2074221 or 9656800. OLE color: 9656800.
HSL color Cylindrical-coordinate representation of color #E05993: hue angle of 334.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05993 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 147 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.12 |
| HSL | 334.22º | 0.69% | 0.61% | - |
| HSV(B) | 334.22º | 0.6% | 0.88% | - |
| XYZ | 39.58 | 25.1 | 30.36 | - |
| YUV | 135.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 147 | 0 | 0.60 | 0.34 | 0.12 | 334.22 | 0.69 | 0.61 |
| Hex | E0 | 59 | 93 | 0 | 3C | 22 | C | 14E | 45 | 3D |
| Octal | 340 | 131 | 223 | 0 | 74 | 42 | 14 | 516 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10010011 | 0 | 111100 | 100010 | 1100 | 101001110 | 1000101 | 111101 |
Color Harmonies of #E05993
Complementary color
Monochromatic Colors of #E05993
Black with #E05993
Text Example
Text Example
White with #E05993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05993; }
p { color: rgb(224,89,147); }
H1.HeaderClassName
{
color: #E05993;
}
.AnyTagClassName
{
color: #E05993;
}
</style>
background-color css
<style>
a { background-color: #E05993; }
a { background-color: rgb(224,89,147); }
div.DivClassName
{
background-color: #E05993;
}
.BgClassName
{
background-color: #E05993;
}
</style>
border-color css
<style>
span { border-color: #E05993; }
span { border-color: rgb(224,89,147); }
td.TdClassName
{
border-color: #E05993;
}
.TagClassName
{
border-color: #E05993;
}
</style>