Shades of Mandy #E74F50
Tints of Mandy #E74F50
RGB
CMYK
RGB Variations
Color information
#E74F50 (or 0xE74F50) is known color: Mandy. HEX triplet: E7, 4F and 50. RGB value is (231,79,80). Sum of RGB (Red+Green+Blue) = 231+79+80=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F50 is #18B0AF. Grayscale: #7C7C7C. Windows color (decimal): -1618096 or 5263335. OLE color: 5263335.
HSL color Cylindrical-coordinate representation of color #E74F50: hue angle of 359.61º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F50 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 80 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.09 |
| HSL | 359.61º | 0.76% | 0.61% | - |
| HSV(B) | 359.61º | 0.66% | 0.91% | - |
| XYZ | 37.2 | 23.16 | 10.1 | - |
| YUV | 124.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 80 | 0 | 0.66 | 0.65 | 0.09 | 359.61 | 0.76 | 0.61 |
| Hex | E7 | 4F | 50 | 0 | 42 | 41 | 9 | 168 | 4C | 3D |
| Octal | 347 | 117 | 120 | 0 | 102 | 101 | 11 | 550 | 114 | 75 |
| Binary | 11100111 | 1001111 | 1010000 | 0 | 1000010 | 1000001 | 1001 | 101101000 | 1001100 | 111101 |
Color Harmonies of #E74F50
Complementary color
Monochromatic Colors of #E74F50
Black with #E74F50
Text Example
Text Example
White with #E74F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F50; }
p { color: rgb(231,79,80); }
H1.HeaderClassName
{
color: #E74F50;
}
.AnyTagClassName
{
color: #E74F50;
}
</style>
background-color css
<style>
a { background-color: #E74F50; }
a { background-color: rgb(231,79,80); }
div.DivClassName
{
background-color: #E74F50;
}
.BgClassName
{
background-color: #E74F50;
}
</style>
border-color css
<style>
span { border-color: #E74F50; }
span { border-color: rgb(231,79,80); }
td.TdClassName
{
border-color: #E74F50;
}
.TagClassName
{
border-color: #E74F50;
}
</style>