Shades of Mandy #E74A54
Tints of Mandy #E74A54
RGB
CMYK
RGB Variations
Color information
#E74A54 (or 0xE74A54) is known color: Mandy. HEX triplet: E7, 4A and 54. RGB value is (231,74,84). Sum of RGB (Red+Green+Blue) = 231+74+84=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A54 is #18B5AB. Grayscale: #7A7A7A. Windows color (decimal): -1619372 or 5524199. OLE color: 5524199.
HSL color Cylindrical-coordinate representation of color #E74A54: hue angle of 356.18º 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 #E74A54 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 84 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.09 |
| HSL | 356.18º | 0.77% | 0.6% | - |
| HSV(B) | 356.18º | 0.68% | 0.91% | - |
| XYZ | 37 | 22.53 | 10.79 | - |
| YUV | 122.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 84 | 0 | 0.68 | 0.64 | 0.09 | 356.18 | 0.77 | 0.6 |
| Hex | E7 | 4A | 54 | 0 | 44 | 40 | 9 | 164 | 4D | 3C |
| Octal | 347 | 112 | 124 | 0 | 104 | 100 | 11 | 544 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1010100 | 0 | 1000100 | 1000000 | 1001 | 101100100 | 1001101 | 111100 |
Color Harmonies of #E74A54
Complementary color
Monochromatic Colors of #E74A54
Black with #E74A54
Text Example
Text Example
White with #E74A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A54; }
p { color: rgb(231,74,84); }
H1.HeaderClassName
{
color: #E74A54;
}
.AnyTagClassName
{
color: #E74A54;
}
</style>
background-color css
<style>
a { background-color: #E74A54; }
a { background-color: rgb(231,74,84); }
div.DivClassName
{
background-color: #E74A54;
}
.BgClassName
{
background-color: #E74A54;
}
</style>
border-color css
<style>
span { border-color: #E74A54; }
span { border-color: rgb(231,74,84); }
td.TdClassName
{
border-color: #E74A54;
}
.TagClassName
{
border-color: #E74A54;
}
</style>