Shades of Mandy #E74B5A
Tints of Mandy #E74B5A
RGB
CMYK
RGB Variations
Color information
#E74B5A (or 0xE74B5A) is known color: Mandy. HEX triplet: E7, 4B and 5A. RGB value is (231,75,90). Sum of RGB (Red+Green+Blue) = 231+75+90=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B5A is #18B4A5. Grayscale: #7B7B7B. Windows color (decimal): -1619110 or 5917671. OLE color: 5917671.
HSL color Cylindrical-coordinate representation of color #E74B5A: hue angle of 354.23º degrees, saturation: 0.76, 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 #E74B5A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 90 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.09 |
| HSL | 354.23º | 0.76% | 0.6% | - |
| HSV(B) | 354.23º | 0.68% | 0.91% | - |
| XYZ | 37.32 | 22.76 | 12.1 | - |
| YUV | 123.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 90 | 0 | 0.68 | 0.61 | 0.09 | 354.23 | 0.76 | 0.6 |
| Hex | E7 | 4B | 5A | 0 | 44 | 3D | 9 | 162 | 4C | 3C |
| Octal | 347 | 113 | 132 | 0 | 104 | 75 | 11 | 542 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1011010 | 0 | 1000100 | 111101 | 1001 | 101100010 | 1001100 | 111100 |
Color Harmonies of #E74B5A
Complementary color
Monochromatic Colors of #E74B5A
Black with #E74B5A
Text Example
Text Example
White with #E74B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B5A; }
p { color: rgb(231,75,90); }
H1.HeaderClassName
{
color: #E74B5A;
}
.AnyTagClassName
{
color: #E74B5A;
}
</style>
background-color css
<style>
a { background-color: #E74B5A; }
a { background-color: rgb(231,75,90); }
div.DivClassName
{
background-color: #E74B5A;
}
.BgClassName
{
background-color: #E74B5A;
}
</style>
border-color css
<style>
span { border-color: #E74B5A; }
span { border-color: rgb(231,75,90); }
td.TdClassName
{
border-color: #E74B5A;
}
.TagClassName
{
border-color: #E74B5A;
}
</style>