Shades of Dark Pink #E05B89
Tints of Dark Pink #E05B89
RGB
CMYK
RGB Variations
Color information
#E05B89 (or 0xE05B89) is known color: Dark Pink. HEX triplet: E0, 5B and 89. RGB value is (224,91,137). Sum of RGB (Red+Green+Blue) = 224+91+137=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B89 is #1FA476. Grayscale: #878787. Windows color (decimal): -2073719 or 9001952. OLE color: 9001952.
HSL color Cylindrical-coordinate representation of color #E05B89: hue angle of 339.25º 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 #E05B89 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 137 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.12 |
| HSL | 339.25º | 0.68% | 0.62% | - |
| HSV(B) | 339.25º | 0.59% | 0.88% | - |
| XYZ | 39 | 25.14 | 26.46 | - |
| YUV | 136.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 137 | 0 | 0.59 | 0.39 | 0.12 | 339.25 | 0.68 | 0.62 |
| Hex | E0 | 5B | 89 | 0 | 3B | 27 | C | 153 | 44 | 3E |
| Octal | 340 | 133 | 211 | 0 | 73 | 47 | 14 | 523 | 104 | 76 |
| Binary | 11100000 | 1011011 | 10001001 | 0 | 111011 | 100111 | 1100 | 101010011 | 1000100 | 111110 |
Color Harmonies of #E05B89
Complementary color
Monochromatic Colors of #E05B89
Black with #E05B89
Text Example
Text Example
White with #E05B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B89; }
p { color: rgb(224,91,137); }
H1.HeaderClassName
{
color: #E05B89;
}
.AnyTagClassName
{
color: #E05B89;
}
</style>
background-color css
<style>
a { background-color: #E05B89; }
a { background-color: rgb(224,91,137); }
div.DivClassName
{
background-color: #E05B89;
}
.BgClassName
{
background-color: #E05B89;
}
</style>
border-color css
<style>
span { border-color: #E05B89; }
span { border-color: rgb(224,91,137); }
td.TdClassName
{
border-color: #E05B89;
}
.TagClassName
{
border-color: #E05B89;
}
</style>