Shades of Mandy #E94F5E
Tints of Mandy #E94F5E
RGB
CMYK
RGB Variations
Color information
#E94F5E (or 0xE94F5E) is known color: Mandy. HEX triplet: E9, 4F and 5E. RGB value is (233,79,94). Sum of RGB (Red+Green+Blue) = 233+79+94=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F5E is #16B0A1. Grayscale: #7E7E7E. Windows color (decimal): -1487010 or 6180841. OLE color: 6180841.
HSL color Cylindrical-coordinate representation of color #E94F5E: hue angle of 354.16º 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 #E94F5E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 94 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.09 |
| HSL | 354.16º | 0.78% | 0.61% | - |
| HSV(B) | 354.16º | 0.66% | 0.91% | - |
| XYZ | 38.42 | 23.72 | 13.14 | - |
| YUV | 126.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 94 | 0 | 0.66 | 0.60 | 0.09 | 354.16 | 0.78 | 0.61 |
| Hex | E9 | 4F | 5E | 0 | 42 | 3C | 9 | 162 | 4E | 3D |
| Octal | 351 | 117 | 136 | 0 | 102 | 74 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001111 | 1011110 | 0 | 1000010 | 111100 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94F5E
Complementary color
Monochromatic Colors of #E94F5E
Black with #E94F5E
Text Example
Text Example
White with #E94F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F5E; }
p { color: rgb(233,79,94); }
H1.HeaderClassName
{
color: #E94F5E;
}
.AnyTagClassName
{
color: #E94F5E;
}
</style>
background-color css
<style>
a { background-color: #E94F5E; }
a { background-color: rgb(233,79,94); }
div.DivClassName
{
background-color: #E94F5E;
}
.BgClassName
{
background-color: #E94F5E;
}
</style>
border-color css
<style>
span { border-color: #E94F5E; }
span { border-color: rgb(233,79,94); }
td.TdClassName
{
border-color: #E94F5E;
}
.TagClassName
{
border-color: #E94F5E;
}
</style>