Shades of Dark Pink #E0598B
Tints of Dark Pink #E0598B
RGB
CMYK
RGB Variations
Color information
#E0598B (or 0xE0598B) is known color: Dark Pink. HEX triplet: E0, 59 and 8B. RGB value is (224,89,139). Sum of RGB (Red+Green+Blue) = 224+89+139=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0598B is #1FA674. Grayscale: #878787. Windows color (decimal): -2074229 or 9132512. OLE color: 9132512.
HSL color Cylindrical-coordinate representation of color #E0598B: hue angle of 337.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0598B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 139 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.12 |
| HSL | 337.78º | 0.69% | 0.61% | - |
| HSV(B) | 337.78º | 0.6% | 0.88% | - |
| XYZ | 38.97 | 24.86 | 27.17 | - |
| YUV | 135.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 139 | 0 | 0.60 | 0.38 | 0.12 | 337.78 | 0.69 | 0.61 |
| Hex | E0 | 59 | 8B | 0 | 3C | 26 | C | 152 | 45 | 3D |
| Octal | 340 | 131 | 213 | 0 | 74 | 46 | 14 | 522 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10001011 | 0 | 111100 | 100110 | 1100 | 101010010 | 1000101 | 111101 |
Color Harmonies of #E0598B
Complementary color
Monochromatic Colors of #E0598B
Black with #E0598B
Text Example
Text Example
White with #E0598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0598B; }
p { color: rgb(224,89,139); }
H1.HeaderClassName
{
color: #E0598B;
}
.AnyTagClassName
{
color: #E0598B;
}
</style>
background-color css
<style>
a { background-color: #E0598B; }
a { background-color: rgb(224,89,139); }
div.DivClassName
{
background-color: #E0598B;
}
.BgClassName
{
background-color: #E0598B;
}
</style>
border-color css
<style>
span { border-color: #E0598B; }
span { border-color: rgb(224,89,139); }
td.TdClassName
{
border-color: #E0598B;
}
.TagClassName
{
border-color: #E0598B;
}
</style>