Shades of Mandy #E94C5D
Tints of Mandy #E94C5D
RGB
CMYK
RGB Variations
Color information
#E94C5D (or 0xE94C5D) is known color: Mandy. HEX triplet: E9, 4C and 5D. RGB value is (233,76,93). Sum of RGB (Red+Green+Blue) = 233+76+93=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C5D is #16B3A2. Grayscale: #7C7C7C. Windows color (decimal): -1487779 or 6114537. OLE color: 6114537.
HSL color Cylindrical-coordinate representation of color #E94C5D: hue angle of 353.5º 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 #E94C5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.09 |
| HSL | 353.5º | 0.78% | 0.61% | - |
| HSV(B) | 353.5º | 0.67% | 0.91% | - |
| XYZ | 38.16 | 23.28 | 12.84 | - |
| YUV | 124.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 93 | 0 | 0.67 | 0.60 | 0.09 | 353.5 | 0.78 | 0.61 |
| Hex | E9 | 4C | 5D | 0 | 43 | 3C | 9 | 162 | 4E | 3D |
| Octal | 351 | 114 | 135 | 0 | 103 | 74 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1011101 | 0 | 1000011 | 111100 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94C5D
Complementary color
Monochromatic Colors of #E94C5D
Black with #E94C5D
Text Example
Text Example
White with #E94C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C5D; }
p { color: rgb(233,76,93); }
H1.HeaderClassName
{
color: #E94C5D;
}
.AnyTagClassName
{
color: #E94C5D;
}
</style>
background-color css
<style>
a { background-color: #E94C5D; }
a { background-color: rgb(233,76,93); }
div.DivClassName
{
background-color: #E94C5D;
}
.BgClassName
{
background-color: #E94C5D;
}
</style>
border-color css
<style>
span { border-color: #E94C5D; }
span { border-color: rgb(233,76,93); }
td.TdClassName
{
border-color: #E94C5D;
}
.TagClassName
{
border-color: #E94C5D;
}
</style>