Shades of Mandy #E0464C
Tints of Mandy #E0464C
RGB
CMYK
RGB Variations
Color information
#E0464C (or 0xE0464C) is known color: Mandy. HEX triplet: E0, 46 and 4C. RGB value is (224,70,76). Sum of RGB (Red+Green+Blue) = 224+70+76=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0464C is #1FB9B3. Grayscale: #747474. Windows color (decimal): -2079156 or 4998880. OLE color: 4998880.
HSL color Cylindrical-coordinate representation of color #E0464C: hue angle of 357.66º 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 #E0464C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 76 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.12 |
| HSL | 357.66º | 0.71% | 0.58% | - |
| HSV(B) | 357.66º | 0.69% | 0.88% | - |
| XYZ | 34.24 | 20.75 | 9.04 | - |
| YUV | 116.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 76 | 0 | 0.69 | 0.66 | 0.12 | 357.66 | 0.71 | 0.58 |
| Hex | E0 | 46 | 4C | 0 | 45 | 42 | C | 166 | 47 | 3A |
| Octal | 340 | 106 | 114 | 0 | 105 | 102 | 14 | 546 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1001100 | 0 | 1000101 | 1000010 | 1100 | 101100110 | 1000111 | 111010 |
Color Harmonies of #E0464C
Complementary color
Monochromatic Colors of #E0464C
Black with #E0464C
Text Example
Text Example
White with #E0464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0464C; }
p { color: rgb(224,70,76); }
H1.HeaderClassName
{
color: #E0464C;
}
.AnyTagClassName
{
color: #E0464C;
}
</style>
background-color css
<style>
a { background-color: #E0464C; }
a { background-color: rgb(224,70,76); }
div.DivClassName
{
background-color: #E0464C;
}
.BgClassName
{
background-color: #E0464C;
}
</style>
border-color css
<style>
span { border-color: #E0464C; }
span { border-color: rgb(224,70,76); }
td.TdClassName
{
border-color: #E0464C;
}
.TagClassName
{
border-color: #E0464C;
}
</style>