Shades of Mandy #E2464F
Tints of Mandy #E2464F
RGB
CMYK
RGB Variations
Color information
#E2464F (or 0xE2464F) is known color: Mandy. HEX triplet: E2, 46 and 4F. RGB value is (226,70,79). Sum of RGB (Red+Green+Blue) = 226+70+79=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2464F is #1DB9B0. Grayscale: #757575. Windows color (decimal): -1948081 or 5195490. OLE color: 5195490.
HSL color Cylindrical-coordinate representation of color #E2464F: hue angle of 356.54º degrees, saturation: 0.73, 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 #E2464F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 79 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.11 |
| HSL | 356.54º | 0.73% | 0.58% | - |
| HSV(B) | 356.54º | 0.69% | 0.89% | - |
| XYZ | 34.97 | 21.11 | 9.63 | - |
| YUV | 117.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 79 | 0 | 0.69 | 0.65 | 0.11 | 356.54 | 0.73 | 0.58 |
| Hex | E2 | 46 | 4F | 0 | 45 | 41 | B | 165 | 49 | 3A |
| Octal | 342 | 106 | 117 | 0 | 105 | 101 | 13 | 545 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1001111 | 0 | 1000101 | 1000001 | 1011 | 101100101 | 1001001 | 111010 |
Color Harmonies of #E2464F
Complementary color
Monochromatic Colors of #E2464F
Black with #E2464F
Text Example
Text Example
White with #E2464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2464F; }
p { color: rgb(226,70,79); }
H1.HeaderClassName
{
color: #E2464F;
}
.AnyTagClassName
{
color: #E2464F;
}
</style>
background-color css
<style>
a { background-color: #E2464F; }
a { background-color: rgb(226,70,79); }
div.DivClassName
{
background-color: #E2464F;
}
.BgClassName
{
background-color: #E2464F;
}
</style>
border-color css
<style>
span { border-color: #E2464F; }
span { border-color: rgb(226,70,79); }
td.TdClassName
{
border-color: #E2464F;
}
.TagClassName
{
border-color: #E2464F;
}
</style>