Shades of Mandy #E74755
Tints of Mandy #E74755
RGB
CMYK
RGB Variations
Color information
#E74755 (or 0xE74755) is known color: Mandy. HEX triplet: E7, 47 and 55. RGB value is (231,71,85). Sum of RGB (Red+Green+Blue) = 231+71+85=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E74755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74755 is #18B8AA. Grayscale: #787878. Windows color (decimal): -1620139 or 5588967. OLE color: 5588967.
HSL color Cylindrical-coordinate representation of color #E74755: hue angle of 354.75º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74755 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 85 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.09 |
| HSL | 354.75º | 0.77% | 0.59% | - |
| HSV(B) | 354.75º | 0.69% | 0.91% | - |
| XYZ | 36.85 | 22.15 | 10.93 | - |
| YUV | 120.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 85 | 0 | 0.69 | 0.63 | 0.09 | 354.75 | 0.77 | 0.59 |
| Hex | E7 | 47 | 55 | 0 | 45 | 3F | 9 | 163 | 4D | 3B |
| Octal | 347 | 107 | 125 | 0 | 105 | 77 | 11 | 543 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1010101 | 0 | 1000101 | 111111 | 1001 | 101100011 | 1001101 | 111011 |
Color Harmonies of #E74755
Complementary color
Monochromatic Colors of #E74755
Black with #E74755
Text Example
Text Example
White with #E74755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74755; }
p { color: rgb(231,71,85); }
H1.HeaderClassName
{
color: #E74755;
}
.AnyTagClassName
{
color: #E74755;
}
</style>
background-color css
<style>
a { background-color: #E74755; }
a { background-color: rgb(231,71,85); }
div.DivClassName
{
background-color: #E74755;
}
.BgClassName
{
background-color: #E74755;
}
</style>
border-color css
<style>
span { border-color: #E74755; }
span { border-color: rgb(231,71,85); }
td.TdClassName
{
border-color: #E74755;
}
.TagClassName
{
border-color: #E74755;
}
</style>