Shades of Mandy #E34756
Tints of Mandy #E34756
RGB
CMYK
RGB Variations
Color information
#E34756 (or 0xE34756) is known color: Mandy. HEX triplet: E3, 47 and 56. RGB value is (227,71,86). Sum of RGB (Red+Green+Blue) = 227+71+86=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E34756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34756 is #1CB8A9. Grayscale: #777777. Windows color (decimal): -1882282 or 5654499. OLE color: 5654499.
HSL color Cylindrical-coordinate representation of color #E34756: hue angle of 354.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34756 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 86 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.11 |
| HSL | 354.23º | 0.74% | 0.58% | - |
| HSV(B) | 354.23º | 0.69% | 0.89% | - |
| XYZ | 35.61 | 21.51 | 11.08 | - |
| YUV | 119.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 86 | 0 | 0.69 | 0.62 | 0.11 | 354.23 | 0.74 | 0.58 |
| Hex | E3 | 47 | 56 | 0 | 45 | 3E | B | 162 | 4A | 3A |
| Octal | 343 | 107 | 126 | 0 | 105 | 76 | 13 | 542 | 112 | 72 |
| Binary | 11100011 | 1000111 | 1010110 | 0 | 1000101 | 111110 | 1011 | 101100010 | 1001010 | 111010 |
Color Harmonies of #E34756
Complementary color
Monochromatic Colors of #E34756
Black with #E34756
Text Example
Text Example
White with #E34756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34756; }
p { color: rgb(227,71,86); }
H1.HeaderClassName
{
color: #E34756;
}
.AnyTagClassName
{
color: #E34756;
}
</style>
background-color css
<style>
a { background-color: #E34756; }
a { background-color: rgb(227,71,86); }
div.DivClassName
{
background-color: #E34756;
}
.BgClassName
{
background-color: #E34756;
}
</style>
border-color css
<style>
span { border-color: #E34756; }
span { border-color: rgb(227,71,86); }
td.TdClassName
{
border-color: #E34756;
}
.TagClassName
{
border-color: #E34756;
}
</style>