Shades of Mandy #E94B5D
Tints of Mandy #E94B5D
RGB
CMYK
RGB Variations
Color information
#E94B5D (or 0xE94B5D) is known color: Mandy. HEX triplet: E9, 4B and 5D. RGB value is (233,75,93). Sum of RGB (Red+Green+Blue) = 233+75+93=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B5D is #16B4A2. Grayscale: #7C7C7C. Windows color (decimal): -1488035 or 6114281. OLE color: 6114281.
HSL color Cylindrical-coordinate representation of color #E94B5D: hue angle of 353.16º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B5D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 93 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.09 |
| HSL | 353.16º | 0.78% | 0.6% | - |
| HSV(B) | 353.16º | 0.68% | 0.91% | - |
| XYZ | 38.1 | 23.15 | 12.82 | - |
| YUV | 124.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 93 | 0 | 0.68 | 0.60 | 0.09 | 353.16 | 0.78 | 0.6 |
| Hex | E9 | 4B | 5D | 0 | 44 | 3C | 9 | 161 | 4E | 3C |
| Octal | 351 | 113 | 135 | 0 | 104 | 74 | 11 | 541 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1011101 | 0 | 1000100 | 111100 | 1001 | 101100001 | 1001110 | 111100 |
Color Harmonies of #E94B5D
Complementary color
Monochromatic Colors of #E94B5D
Black with #E94B5D
Text Example
Text Example
White with #E94B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B5D; }
p { color: rgb(233,75,93); }
H1.HeaderClassName
{
color: #E94B5D;
}
.AnyTagClassName
{
color: #E94B5D;
}
</style>
background-color css
<style>
a { background-color: #E94B5D; }
a { background-color: rgb(233,75,93); }
div.DivClassName
{
background-color: #E94B5D;
}
.BgClassName
{
background-color: #E94B5D;
}
</style>
border-color css
<style>
span { border-color: #E94B5D; }
span { border-color: rgb(233,75,93); }
td.TdClassName
{
border-color: #E94B5D;
}
.TagClassName
{
border-color: #E94B5D;
}
</style>