Shades of Dark Pink #E05B7A
Tints of Dark Pink #E05B7A
RGB
CMYK
RGB Variations
Color information
#E05B7A (or 0xE05B7A) is known color: Dark Pink. HEX triplet: E0, 5B and 7A. RGB value is (224,91,122). Sum of RGB (Red+Green+Blue) = 224+91+122=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B7A is #1FA485. Grayscale: #868686. Windows color (decimal): -2073734 or 8018912. OLE color: 8018912.
HSL color Cylindrical-coordinate representation of color #E05B7A: hue angle of 346.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05B7A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 122 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.12 |
| HSL | 346.02º | 0.68% | 0.62% | - |
| HSV(B) | 346.02º | 0.59% | 0.88% | - |
| XYZ | 37.99 | 24.73 | 21.18 | - |
| YUV | 134.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 122 | 0 | 0.59 | 0.46 | 0.12 | 346.02 | 0.68 | 0.62 |
| Hex | E0 | 5B | 7A | 0 | 3B | 2E | C | 15A | 44 | 3E |
| Octal | 340 | 133 | 172 | 0 | 73 | 56 | 14 | 532 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1111010 | 0 | 111011 | 101110 | 1100 | 101011010 | 1000100 | 111110 |
Color Harmonies of #E05B7A
Complementary color
Monochromatic Colors of #E05B7A
Black with #E05B7A
Text Example
Text Example
White with #E05B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B7A; }
p { color: rgb(224,91,122); }
H1.HeaderClassName
{
color: #E05B7A;
}
.AnyTagClassName
{
color: #E05B7A;
}
</style>
background-color css
<style>
a { background-color: #E05B7A; }
a { background-color: rgb(224,91,122); }
div.DivClassName
{
background-color: #E05B7A;
}
.BgClassName
{
background-color: #E05B7A;
}
</style>
border-color css
<style>
span { border-color: #E05B7A; }
span { border-color: rgb(224,91,122); }
td.TdClassName
{
border-color: #E05B7A;
}
.TagClassName
{
border-color: #E05B7A;
}
</style>