Shades of Mandy #E94D4E
Tints of Mandy #E94D4E
RGB
CMYK
RGB Variations
Color information
#E94D4E (or 0xE94D4E) is known color: Mandy. HEX triplet: E9, 4D and 4E. RGB value is (233,77,78). Sum of RGB (Red+Green+Blue) = 233+77+78=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D4E is #16B2B1. Grayscale: #7B7B7B. Windows color (decimal): -1487538 or 5131753. OLE color: 5131753.
HSL color Cylindrical-coordinate representation of color #E94D4E: hue angle of 359.62º 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 #E94D4E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 78 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.09 |
| HSL | 359.62º | 0.78% | 0.61% | - |
| HSV(B) | 359.62º | 0.67% | 0.91% | - |
| XYZ | 37.63 | 23.18 | 9.7 | - |
| YUV | 123.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 78 | 0 | 0.67 | 0.67 | 0.09 | 359.62 | 0.78 | 0.61 |
| Hex | E9 | 4D | 4E | 0 | 43 | 43 | 9 | 168 | 4E | 3D |
| Octal | 351 | 115 | 116 | 0 | 103 | 103 | 11 | 550 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1001110 | 0 | 1000011 | 1000011 | 1001 | 101101000 | 1001110 | 111101 |
Color Harmonies of #E94D4E
Complementary color
Monochromatic Colors of #E94D4E
Black with #E94D4E
Text Example
Text Example
White with #E94D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D4E; }
p { color: rgb(233,77,78); }
H1.HeaderClassName
{
color: #E94D4E;
}
.AnyTagClassName
{
color: #E94D4E;
}
</style>
background-color css
<style>
a { background-color: #E94D4E; }
a { background-color: rgb(233,77,78); }
div.DivClassName
{
background-color: #E94D4E;
}
.BgClassName
{
background-color: #E94D4E;
}
</style>
border-color css
<style>
span { border-color: #E94D4E; }
span { border-color: rgb(233,77,78); }
td.TdClassName
{
border-color: #E94D4E;
}
.TagClassName
{
border-color: #E94D4E;
}
</style>