Shades of Mandy #E95A5E
Tints of Mandy #E95A5E
RGB
CMYK
RGB Variations
Color information
#E95A5E (or 0xE95A5E) is known color: Mandy. HEX triplet: E9, 5A and 5E. RGB value is (233,90,94). Sum of RGB (Red+Green+Blue) = 233+90+94=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A5E is #16A5A1. Grayscale: #858585. Windows color (decimal): -1484194 or 6183657. OLE color: 6183657.
HSL color Cylindrical-coordinate representation of color #E95A5E: hue angle of 358.32º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95A5E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 94 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.09 |
| HSL | 358.32º | 0.76% | 0.63% | - |
| HSV(B) | 358.32º | 0.61% | 0.91% | - |
| XYZ | 39.28 | 25.44 | 13.43 | - |
| YUV | 133.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 94 | 0 | 0.61 | 0.60 | 0.09 | 358.32 | 0.76 | 0.63 |
| Hex | E9 | 5A | 5E | 0 | 3D | 3C | 9 | 166 | 4C | 3F |
| Octal | 351 | 132 | 136 | 0 | 75 | 74 | 11 | 546 | 114 | 77 |
| Binary | 11101001 | 1011010 | 1011110 | 0 | 111101 | 111100 | 1001 | 101100110 | 1001100 | 111111 |
Color Harmonies of #E95A5E
Complementary color
Monochromatic Colors of #E95A5E
Black with #E95A5E
Text Example
Text Example
White with #E95A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A5E; }
p { color: rgb(233,90,94); }
H1.HeaderClassName
{
color: #E95A5E;
}
.AnyTagClassName
{
color: #E95A5E;
}
</style>
background-color css
<style>
a { background-color: #E95A5E; }
a { background-color: rgb(233,90,94); }
div.DivClassName
{
background-color: #E95A5E;
}
.BgClassName
{
background-color: #E95A5E;
}
</style>
border-color css
<style>
span { border-color: #E95A5E; }
span { border-color: rgb(233,90,94); }
td.TdClassName
{
border-color: #E95A5E;
}
.TagClassName
{
border-color: #E95A5E;
}
</style>