Shades of Mandy #E94E5D
Tints of Mandy #E94E5D
RGB
CMYK
RGB Variations
Color information
#E94E5D (or 0xE94E5D) is known color: Mandy. HEX triplet: E9, 4E and 5D. RGB value is (233,78,93). Sum of RGB (Red+Green+Blue) = 233+78+93=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E5D is #16B1A2. Grayscale: #7E7E7E. Windows color (decimal): -1487267 or 6115049. OLE color: 6115049.
HSL color Cylindrical-coordinate representation of color #E94E5D: hue angle of 354.19º 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 #E94E5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.09 |
| HSL | 354.19º | 0.78% | 0.61% | - |
| HSV(B) | 354.19º | 0.67% | 0.91% | - |
| XYZ | 38.3 | 23.56 | 12.89 | - |
| YUV | 126.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 93 | 0 | 0.67 | 0.60 | 0.09 | 354.19 | 0.78 | 0.61 |
| Hex | E9 | 4E | 5D | 0 | 43 | 3C | 9 | 162 | 4E | 3D |
| Octal | 351 | 116 | 135 | 0 | 103 | 74 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1011101 | 0 | 1000011 | 111100 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94E5D
Complementary color
Monochromatic Colors of #E94E5D
Black with #E94E5D
Text Example
Text Example
White with #E94E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E5D; }
p { color: rgb(233,78,93); }
H1.HeaderClassName
{
color: #E94E5D;
}
.AnyTagClassName
{
color: #E94E5D;
}
</style>
background-color css
<style>
a { background-color: #E94E5D; }
a { background-color: rgb(233,78,93); }
div.DivClassName
{
background-color: #E94E5D;
}
.BgClassName
{
background-color: #E94E5D;
}
</style>
border-color css
<style>
span { border-color: #E94E5D; }
span { border-color: rgb(233,78,93); }
td.TdClassName
{
border-color: #E94E5D;
}
.TagClassName
{
border-color: #E94E5D;
}
</style>