Shades of Mandy #E2464D
Tints of Mandy #E2464D
RGB
CMYK
RGB Variations
Color information
#E2464D (or 0xE2464D) is known color: Mandy. HEX triplet: E2, 46 and 4D. RGB value is (226,70,77). Sum of RGB (Red+Green+Blue) = 226+70+77=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2464D is #1DB9B2. Grayscale: #757575. Windows color (decimal): -1948083 or 5064418. OLE color: 5064418.
HSL color Cylindrical-coordinate representation of color #E2464D: hue angle of 357.31º 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 #E2464D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 77 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.11 |
| HSL | 357.31º | 0.73% | 0.58% | - |
| HSV(B) | 357.31º | 0.69% | 0.89% | - |
| XYZ | 34.89 | 21.08 | 9.25 | - |
| YUV | 117.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 77 | 0 | 0.69 | 0.66 | 0.11 | 357.31 | 0.73 | 0.58 |
| Hex | E2 | 46 | 4D | 0 | 45 | 42 | B | 165 | 49 | 3A |
| Octal | 342 | 106 | 115 | 0 | 105 | 102 | 13 | 545 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1001101 | 0 | 1000101 | 1000010 | 1011 | 101100101 | 1001001 | 111010 |
Color Harmonies of #E2464D
Complementary color
Monochromatic Colors of #E2464D
Black with #E2464D
Text Example
Text Example
White with #E2464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2464D; }
p { color: rgb(226,70,77); }
H1.HeaderClassName
{
color: #E2464D;
}
.AnyTagClassName
{
color: #E2464D;
}
</style>
background-color css
<style>
a { background-color: #E2464D; }
a { background-color: rgb(226,70,77); }
div.DivClassName
{
background-color: #E2464D;
}
.BgClassName
{
background-color: #E2464D;
}
</style>
border-color css
<style>
span { border-color: #E2464D; }
span { border-color: rgb(226,70,77); }
td.TdClassName
{
border-color: #E2464D;
}
.TagClassName
{
border-color: #E2464D;
}
</style>