Shades of Mandy #E74A55
Tints of Mandy #E74A55
RGB
CMYK
RGB Variations
Color information
#E74A55 (or 0xE74A55) is known color: Mandy. HEX triplet: E7, 4A and 55. RGB value is (231,74,85). Sum of RGB (Red+Green+Blue) = 231+74+85=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A55 is #18B5AA. Grayscale: #7A7A7A. Windows color (decimal): -1619371 or 5589735. OLE color: 5589735.
HSL color Cylindrical-coordinate representation of color #E74A55: hue angle of 355.8º degrees, saturation: 0.77, 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 #E74A55 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 85 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.09 |
| HSL | 355.8º | 0.77% | 0.6% | - |
| HSV(B) | 355.8º | 0.68% | 0.91% | - |
| XYZ | 37.04 | 22.54 | 10.99 | - |
| YUV | 122.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 85 | 0 | 0.68 | 0.63 | 0.09 | 355.8 | 0.77 | 0.6 |
| Hex | E7 | 4A | 55 | 0 | 44 | 3F | 9 | 164 | 4D | 3C |
| Octal | 347 | 112 | 125 | 0 | 104 | 77 | 11 | 544 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1010101 | 0 | 1000100 | 111111 | 1001 | 101100100 | 1001101 | 111100 |
Color Harmonies of #E74A55
Complementary color
Monochromatic Colors of #E74A55
Black with #E74A55
Text Example
Text Example
White with #E74A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A55; }
p { color: rgb(231,74,85); }
H1.HeaderClassName
{
color: #E74A55;
}
.AnyTagClassName
{
color: #E74A55;
}
</style>
background-color css
<style>
a { background-color: #E74A55; }
a { background-color: rgb(231,74,85); }
div.DivClassName
{
background-color: #E74A55;
}
.BgClassName
{
background-color: #E74A55;
}
</style>
border-color css
<style>
span { border-color: #E74A55; }
span { border-color: rgb(231,74,85); }
td.TdClassName
{
border-color: #E74A55;
}
.TagClassName
{
border-color: #E74A55;
}
</style>