Shades of Mandy #E0464E
Tints of Mandy #E0464E
RGB
CMYK
RGB Variations
Color information
#E0464E (or 0xE0464E) is known color: Mandy. HEX triplet: E0, 46 and 4E. RGB value is (224,70,78). Sum of RGB (Red+Green+Blue) = 224+70+78=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0464E is #1FB9B1. Grayscale: #757575. Windows color (decimal): -2079154 or 5129952. OLE color: 5129952.
HSL color Cylindrical-coordinate representation of color #E0464E: hue angle of 356.88º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0464E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.12 |
| HSL | 356.88º | 0.71% | 0.58% | - |
| HSV(B) | 356.88º | 0.69% | 0.88% | - |
| XYZ | 34.31 | 20.78 | 9.41 | - |
| YUV | 116.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 78 | 0 | 0.69 | 0.65 | 0.12 | 356.88 | 0.71 | 0.58 |
| Hex | E0 | 46 | 4E | 0 | 45 | 41 | C | 165 | 47 | 3A |
| Octal | 340 | 106 | 116 | 0 | 105 | 101 | 14 | 545 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1001110 | 0 | 1000101 | 1000001 | 1100 | 101100101 | 1000111 | 111010 |
Color Harmonies of #E0464E
Complementary color
Monochromatic Colors of #E0464E
Black with #E0464E
Text Example
Text Example
White with #E0464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0464E; }
p { color: rgb(224,70,78); }
H1.HeaderClassName
{
color: #E0464E;
}
.AnyTagClassName
{
color: #E0464E;
}
</style>
background-color css
<style>
a { background-color: #E0464E; }
a { background-color: rgb(224,70,78); }
div.DivClassName
{
background-color: #E0464E;
}
.BgClassName
{
background-color: #E0464E;
}
</style>
border-color css
<style>
span { border-color: #E0464E; }
span { border-color: rgb(224,70,78); }
td.TdClassName
{
border-color: #E0464E;
}
.TagClassName
{
border-color: #E0464E;
}
</style>