Shades of Mandy #E94A50
Tints of Mandy #E94A50
RGB
CMYK
RGB Variations
Color information
#E94A50 (or 0xE94A50) is known color: Mandy. HEX triplet: E9, 4A and 50. RGB value is (233,74,80). Sum of RGB (Red+Green+Blue) = 233+74+80=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A50 is #16B5AF. Grayscale: #7A7A7A. Windows color (decimal): -1488304 or 5262057. OLE color: 5262057.
HSL color Cylindrical-coordinate representation of color #E94A50: hue angle of 357.74º 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 #E94A50 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 80 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.09 |
| HSL | 357.74º | 0.78% | 0.6% | - |
| HSV(B) | 357.74º | 0.68% | 0.91% | - |
| XYZ | 37.5 | 22.8 | 10.01 | - |
| YUV | 122.23 | 104.18 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 80 | 0 | 0.68 | 0.66 | 0.09 | 357.74 | 0.78 | 0.6 |
| Hex | E9 | 4A | 50 | 0 | 44 | 42 | 9 | 166 | 4E | 3C |
| Octal | 351 | 112 | 120 | 0 | 104 | 102 | 11 | 546 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1010000 | 0 | 1000100 | 1000010 | 1001 | 101100110 | 1001110 | 111100 |
Color Harmonies of #E94A50
Complementary color
Monochromatic Colors of #E94A50
Black with #E94A50
Text Example
Text Example
White with #E94A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A50; }
p { color: rgb(233,74,80); }
H1.HeaderClassName
{
color: #E94A50;
}
.AnyTagClassName
{
color: #E94A50;
}
</style>
background-color css
<style>
a { background-color: #E94A50; }
a { background-color: rgb(233,74,80); }
div.DivClassName
{
background-color: #E94A50;
}
.BgClassName
{
background-color: #E94A50;
}
</style>
border-color css
<style>
span { border-color: #E94A50; }
span { border-color: rgb(233,74,80); }
td.TdClassName
{
border-color: #E94A50;
}
.TagClassName
{
border-color: #E94A50;
}
</style>