Shades of Dark Pink #E05E7E
Tints of Dark Pink #E05E7E
RGB
CMYK
RGB Variations
Color information
#E05E7E (or 0xE05E7E) is known color: Dark Pink. HEX triplet: E0, 5E and 7E. RGB value is (224,94,126). Sum of RGB (Red+Green+Blue) = 224+94+126=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E7E is #1FA181. Grayscale: #888888. Windows color (decimal): -2072962 or 8281824. OLE color: 8281824.
HSL color Cylindrical-coordinate representation of color #E05E7E: hue angle of 345.23º 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 #E05E7E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 126 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.12 |
| HSL | 345.23º | 0.68% | 0.62% | - |
| HSV(B) | 345.23º | 0.58% | 0.88% | - |
| XYZ | 38.51 | 25.36 | 22.6 | - |
| YUV | 136.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 126 | 0 | 0.58 | 0.44 | 0.12 | 345.23 | 0.68 | 0.62 |
| Hex | E0 | 5E | 7E | 0 | 3A | 2C | C | 159 | 44 | 3E |
| Octal | 340 | 136 | 176 | 0 | 72 | 54 | 14 | 531 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1111110 | 0 | 111010 | 101100 | 1100 | 101011001 | 1000100 | 111110 |
Color Harmonies of #E05E7E
Complementary color
Monochromatic Colors of #E05E7E
Black with #E05E7E
Text Example
Text Example
White with #E05E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E7E; }
p { color: rgb(224,94,126); }
H1.HeaderClassName
{
color: #E05E7E;
}
.AnyTagClassName
{
color: #E05E7E;
}
</style>
background-color css
<style>
a { background-color: #E05E7E; }
a { background-color: rgb(224,94,126); }
div.DivClassName
{
background-color: #E05E7E;
}
.BgClassName
{
background-color: #E05E7E;
}
</style>
border-color css
<style>
span { border-color: #E05E7E; }
span { border-color: rgb(224,94,126); }
td.TdClassName
{
border-color: #E05E7E;
}
.TagClassName
{
border-color: #E05E7E;
}
</style>