Shades of Mandy #E95059
Tints of Mandy #E95059
RGB
CMYK
RGB Variations
Color information
#E95059 (or 0xE95059) is known color: Mandy. HEX triplet: E9, 50 and 59. RGB value is (233,80,89). Sum of RGB (Red+Green+Blue) = 233+80+89=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E95059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95059 is #16AFA6. Grayscale: #7E7E7E. Windows color (decimal): -1486759 or 5853417. OLE color: 5853417.
HSL color Cylindrical-coordinate representation of color #E95059: hue angle of 356.47º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95059 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 89 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.09 |
| HSL | 356.47º | 0.78% | 0.61% | - |
| HSV(B) | 356.47º | 0.66% | 0.91% | - |
| XYZ | 38.28 | 23.78 | 12.02 | - |
| YUV | 126.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 89 | 0 | 0.66 | 0.62 | 0.09 | 356.47 | 0.78 | 0.61 |
| Hex | E9 | 50 | 59 | 0 | 42 | 3E | 9 | 164 | 4E | 3D |
| Octal | 351 | 120 | 131 | 0 | 102 | 76 | 11 | 544 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1011001 | 0 | 1000010 | 111110 | 1001 | 101100100 | 1001110 | 111101 |
Color Harmonies of #E95059
Complementary color
Monochromatic Colors of #E95059
Black with #E95059
Text Example
Text Example
White with #E95059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95059; }
p { color: rgb(233,80,89); }
H1.HeaderClassName
{
color: #E95059;
}
.AnyTagClassName
{
color: #E95059;
}
</style>
background-color css
<style>
a { background-color: #E95059; }
a { background-color: rgb(233,80,89); }
div.DivClassName
{
background-color: #E95059;
}
.BgClassName
{
background-color: #E95059;
}
</style>
border-color css
<style>
span { border-color: #E95059; }
span { border-color: rgb(233,80,89); }
td.TdClassName
{
border-color: #E95059;
}
.TagClassName
{
border-color: #E95059;
}
</style>