Shades of Mandy #E2495B
Tints of Mandy #E2495B
RGB
CMYK
RGB Variations
Color information
#E2495B (or 0xE2495B) is known color: Mandy. HEX triplet: E2, 49 and 5B. RGB value is (226,73,91). Sum of RGB (Red+Green+Blue) = 226+73+91=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2495B is #1DB6A4. Grayscale: #787878. Windows color (decimal): -1947301 or 5982690. OLE color: 5982690.
HSL color Cylindrical-coordinate representation of color #E2495B: hue angle of 352.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2495B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 91 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.11 |
| HSL | 352.94º | 0.73% | 0.59% | - |
| HSV(B) | 352.94º | 0.68% | 0.89% | - |
| XYZ | 35.63 | 21.69 | 12.21 | - |
| YUV | 120.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 91 | 0 | 0.68 | 0.60 | 0.11 | 352.94 | 0.73 | 0.59 |
| Hex | E2 | 49 | 5B | 0 | 44 | 3C | B | 161 | 49 | 3B |
| Octal | 342 | 111 | 133 | 0 | 104 | 74 | 13 | 541 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1011011 | 0 | 1000100 | 111100 | 1011 | 101100001 | 1001001 | 111011 |
Color Harmonies of #E2495B
Complementary color
Monochromatic Colors of #E2495B
Black with #E2495B
Text Example
Text Example
White with #E2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2495B; }
p { color: rgb(226,73,91); }
H1.HeaderClassName
{
color: #E2495B;
}
.AnyTagClassName
{
color: #E2495B;
}
</style>
background-color css
<style>
a { background-color: #E2495B; }
a { background-color: rgb(226,73,91); }
div.DivClassName
{
background-color: #E2495B;
}
.BgClassName
{
background-color: #E2495B;
}
</style>
border-color css
<style>
span { border-color: #E2495B; }
span { border-color: rgb(226,73,91); }
td.TdClassName
{
border-color: #E2495B;
}
.TagClassName
{
border-color: #E2495B;
}
</style>