Shades of Mandy #E74A5A
Tints of Mandy #E74A5A
RGB
CMYK
RGB Variations
Color information
#E74A5A (or 0xE74A5A) is known color: Mandy. HEX triplet: E7, 4A and 5A. RGB value is (231,74,90). Sum of RGB (Red+Green+Blue) = 231+74+90=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A5A is #18B5A5. Grayscale: #7A7A7A. Windows color (decimal): -1619366 or 5917415. OLE color: 5917415.
HSL color Cylindrical-coordinate representation of color #E74A5A: hue angle of 353.89º 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 #E74A5A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 90 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.09 |
| HSL | 353.89º | 0.77% | 0.6% | - |
| HSV(B) | 353.89º | 0.68% | 0.91% | - |
| XYZ | 37.25 | 22.62 | 12.08 | - |
| YUV | 122.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 90 | 0 | 0.68 | 0.61 | 0.09 | 353.89 | 0.77 | 0.6 |
| Hex | E7 | 4A | 5A | 0 | 44 | 3D | 9 | 162 | 4D | 3C |
| Octal | 347 | 112 | 132 | 0 | 104 | 75 | 11 | 542 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1011010 | 0 | 1000100 | 111101 | 1001 | 101100010 | 1001101 | 111100 |
Color Harmonies of #E74A5A
Complementary color
Monochromatic Colors of #E74A5A
Black with #E74A5A
Text Example
Text Example
White with #E74A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A5A; }
p { color: rgb(231,74,90); }
H1.HeaderClassName
{
color: #E74A5A;
}
.AnyTagClassName
{
color: #E74A5A;
}
</style>
background-color css
<style>
a { background-color: #E74A5A; }
a { background-color: rgb(231,74,90); }
div.DivClassName
{
background-color: #E74A5A;
}
.BgClassName
{
background-color: #E74A5A;
}
</style>
border-color css
<style>
span { border-color: #E74A5A; }
span { border-color: rgb(231,74,90); }
td.TdClassName
{
border-color: #E74A5A;
}
.TagClassName
{
border-color: #E74A5A;
}
</style>