Shades of Dark Pink #E05B7D
Tints of Dark Pink #E05B7D
RGB
CMYK
RGB Variations
Color information
#E05B7D (or 0xE05B7D) is known color: Dark Pink. HEX triplet: E0, 5B and 7D. RGB value is (224,91,125). Sum of RGB (Red+Green+Blue) = 224+91+125=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B7D is #1FA482. Grayscale: #868686. Windows color (decimal): -2073731 or 8215520. OLE color: 8215520.
HSL color Cylindrical-coordinate representation of color #E05B7D: hue angle of 344.66º 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 #E05B7D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 125 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.12 |
| HSL | 344.66º | 0.68% | 0.62% | - |
| HSV(B) | 344.66º | 0.59% | 0.88% | - |
| XYZ | 38.18 | 24.81 | 22.18 | - |
| YUV | 134.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 125 | 0 | 0.59 | 0.44 | 0.12 | 344.66 | 0.68 | 0.62 |
| Hex | E0 | 5B | 7D | 0 | 3B | 2C | C | 159 | 44 | 3E |
| Octal | 340 | 133 | 175 | 0 | 73 | 54 | 14 | 531 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1111101 | 0 | 111011 | 101100 | 1100 | 101011001 | 1000100 | 111110 |
Color Harmonies of #E05B7D
Complementary color
Monochromatic Colors of #E05B7D
Black with #E05B7D
Text Example
Text Example
White with #E05B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B7D; }
p { color: rgb(224,91,125); }
H1.HeaderClassName
{
color: #E05B7D;
}
.AnyTagClassName
{
color: #E05B7D;
}
</style>
background-color css
<style>
a { background-color: #E05B7D; }
a { background-color: rgb(224,91,125); }
div.DivClassName
{
background-color: #E05B7D;
}
.BgClassName
{
background-color: #E05B7D;
}
</style>
border-color css
<style>
span { border-color: #E05B7D; }
span { border-color: rgb(224,91,125); }
td.TdClassName
{
border-color: #E05B7D;
}
.TagClassName
{
border-color: #E05B7D;
}
</style>