Shades of Dark Pink #E05E7B
Tints of Dark Pink #E05E7B
RGB
CMYK
RGB Variations
Color information
#E05E7B (or 0xE05E7B) is known color: Dark Pink. HEX triplet: E0, 5E and 7B. RGB value is (224,94,123). Sum of RGB (Red+Green+Blue) = 224+94+123=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E7B is #1FA184. Grayscale: #888888. Windows color (decimal): -2072965 or 8085216. OLE color: 8085216.
HSL color Cylindrical-coordinate representation of color #E05E7B: hue angle of 346.62º 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 #E05E7B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 123 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.12 |
| HSL | 346.62º | 0.68% | 0.62% | - |
| HSV(B) | 346.62º | 0.58% | 0.88% | - |
| XYZ | 38.32 | 25.28 | 21.6 | - |
| YUV | 136.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 123 | 0 | 0.58 | 0.45 | 0.12 | 346.62 | 0.68 | 0.62 |
| Hex | E0 | 5E | 7B | 0 | 3A | 2D | C | 15B | 44 | 3E |
| Octal | 340 | 136 | 173 | 0 | 72 | 55 | 14 | 533 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1111011 | 0 | 111010 | 101101 | 1100 | 101011011 | 1000100 | 111110 |
Color Harmonies of #E05E7B
Complementary color
Monochromatic Colors of #E05E7B
Black with #E05E7B
Text Example
Text Example
White with #E05E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E7B; }
p { color: rgb(224,94,123); }
H1.HeaderClassName
{
color: #E05E7B;
}
.AnyTagClassName
{
color: #E05E7B;
}
</style>
background-color css
<style>
a { background-color: #E05E7B; }
a { background-color: rgb(224,94,123); }
div.DivClassName
{
background-color: #E05E7B;
}
.BgClassName
{
background-color: #E05E7B;
}
</style>
border-color css
<style>
span { border-color: #E05E7B; }
span { border-color: rgb(224,94,123); }
td.TdClassName
{
border-color: #E05E7B;
}
.TagClassName
{
border-color: #E05E7B;
}
</style>