Shades of Mandy #E2465D
Tints of Mandy #E2465D
RGB
CMYK
RGB Variations
Color information
#E2465D (or 0xE2465D) is known color: Mandy. HEX triplet: E2, 46 and 5D. RGB value is (226,70,93). Sum of RGB (Red+Green+Blue) = 226+70+93=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2465D is #1DB9A2. Grayscale: #777777. Windows color (decimal): -1948067 or 6112994. OLE color: 6112994.
HSL color Cylindrical-coordinate representation of color #E2465D: hue angle of 351.15º 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 #E2465D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 93 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.11 |
| HSL | 351.15º | 0.73% | 0.58% | - |
| HSV(B) | 351.15º | 0.69% | 0.89% | - |
| XYZ | 35.53 | 21.34 | 12.6 | - |
| YUV | 119.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 93 | 0 | 0.69 | 0.59 | 0.11 | 351.15 | 0.73 | 0.58 |
| Hex | E2 | 46 | 5D | 0 | 45 | 3B | B | 15F | 49 | 3A |
| Octal | 342 | 106 | 135 | 0 | 105 | 73 | 13 | 537 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1011101 | 0 | 1000101 | 111011 | 1011 | 101011111 | 1001001 | 111010 |
Color Harmonies of #E2465D
Complementary color
Monochromatic Colors of #E2465D
Black with #E2465D
Text Example
Text Example
White with #E2465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2465D; }
p { color: rgb(226,70,93); }
H1.HeaderClassName
{
color: #E2465D;
}
.AnyTagClassName
{
color: #E2465D;
}
</style>
background-color css
<style>
a { background-color: #E2465D; }
a { background-color: rgb(226,70,93); }
div.DivClassName
{
background-color: #E2465D;
}
.BgClassName
{
background-color: #E2465D;
}
</style>
border-color css
<style>
span { border-color: #E2465D; }
span { border-color: rgb(226,70,93); }
td.TdClassName
{
border-color: #E2465D;
}
.TagClassName
{
border-color: #E2465D;
}
</style>