Shades of Mandy #E94E5E
Tints of Mandy #E94E5E
RGB
CMYK
RGB Variations
Color information
#E94E5E (or 0xE94E5E) is known color: Mandy. HEX triplet: E9, 4E and 5E. RGB value is (233,78,94). Sum of RGB (Red+Green+Blue) = 233+78+94=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E5E is #16B1A1. Grayscale: #7E7E7E. Windows color (decimal): -1487266 or 6180585. OLE color: 6180585.
HSL color Cylindrical-coordinate representation of color #E94E5E: hue angle of 353.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E5E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 94 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.09 |
| HSL | 353.81º | 0.78% | 0.61% | - |
| HSV(B) | 353.81º | 0.67% | 0.91% | - |
| XYZ | 38.35 | 23.58 | 13.12 | - |
| YUV | 126.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 94 | 0 | 0.67 | 0.60 | 0.09 | 353.81 | 0.78 | 0.61 |
| Hex | E9 | 4E | 5E | 0 | 43 | 3C | 9 | 162 | 4E | 3D |
| Octal | 351 | 116 | 136 | 0 | 103 | 74 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1011110 | 0 | 1000011 | 111100 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94E5E
Complementary color
Monochromatic Colors of #E94E5E
Black with #E94E5E
Text Example
Text Example
White with #E94E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E5E; }
p { color: rgb(233,78,94); }
H1.HeaderClassName
{
color: #E94E5E;
}
.AnyTagClassName
{
color: #E94E5E;
}
</style>
background-color css
<style>
a { background-color: #E94E5E; }
a { background-color: rgb(233,78,94); }
div.DivClassName
{
background-color: #E94E5E;
}
.BgClassName
{
background-color: #E94E5E;
}
</style>
border-color css
<style>
span { border-color: #E94E5E; }
span { border-color: rgb(233,78,94); }
td.TdClassName
{
border-color: #E94E5E;
}
.TagClassName
{
border-color: #E94E5E;
}
</style>