Shades of Dark Pink #E05E7D
Tints of Dark Pink #E05E7D
RGB
CMYK
RGB Variations
Color information
#E05E7D (or 0xE05E7D) is known color: Dark Pink. HEX triplet: E0, 5E and 7D. RGB value is (224,94,125). Sum of RGB (Red+Green+Blue) = 224+94+125=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E7D is #1FA182. Grayscale: #888888. Windows color (decimal): -2072963 or 8216288. OLE color: 8216288.
HSL color Cylindrical-coordinate representation of color #E05E7D: hue angle of 345.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E7D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 125 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.12 |
| HSL | 345.69º | 0.68% | 0.62% | - |
| HSV(B) | 345.69º | 0.58% | 0.88% | - |
| XYZ | 38.44 | 25.33 | 22.27 | - |
| YUV | 136.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 125 | 0 | 0.58 | 0.44 | 0.12 | 345.69 | 0.68 | 0.62 |
| Hex | E0 | 5E | 7D | 0 | 3A | 2C | C | 15A | 44 | 3E |
| Octal | 340 | 136 | 175 | 0 | 72 | 54 | 14 | 532 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1111101 | 0 | 111010 | 101100 | 1100 | 101011010 | 1000100 | 111110 |
Color Harmonies of #E05E7D
Complementary color
Monochromatic Colors of #E05E7D
Black with #E05E7D
Text Example
Text Example
White with #E05E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E7D; }
p { color: rgb(224,94,125); }
H1.HeaderClassName
{
color: #E05E7D;
}
.AnyTagClassName
{
color: #E05E7D;
}
</style>
background-color css
<style>
a { background-color: #E05E7D; }
a { background-color: rgb(224,94,125); }
div.DivClassName
{
background-color: #E05E7D;
}
.BgClassName
{
background-color: #E05E7D;
}
</style>
border-color css
<style>
span { border-color: #E05E7D; }
span { border-color: rgb(224,94,125); }
td.TdClassName
{
border-color: #E05E7D;
}
.TagClassName
{
border-color: #E05E7D;
}
</style>