Shades of Mandy #E2515A
Tints of Mandy #E2515A
RGB
CMYK
RGB Variations
Color information
#E2515A (or 0xE2515A) is known color: Mandy. HEX triplet: E2, 51 and 5A. RGB value is (226,81,90). Sum of RGB (Red+Green+Blue) = 226+81+90=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2515A is #1DAEA5. Grayscale: #7D7D7D. Windows color (decimal): -1945254 or 5919202. OLE color: 5919202.
HSL color Cylindrical-coordinate representation of color #E2515A: hue angle of 356.28º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2515A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 90 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.11 |
| HSL | 356.28º | 0.71% | 0.6% | - |
| HSV(B) | 356.28º | 0.64% | 0.89% | - |
| XYZ | 36.15 | 22.79 | 12.17 | - |
| YUV | 125.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 90 | 0 | 0.64 | 0.60 | 0.11 | 356.28 | 0.71 | 0.6 |
| Hex | E2 | 51 | 5A | 0 | 40 | 3C | B | 164 | 47 | 3C |
| Octal | 342 | 121 | 132 | 0 | 100 | 74 | 13 | 544 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1011010 | 0 | 1000000 | 111100 | 1011 | 101100100 | 1000111 | 111100 |
Color Harmonies of #E2515A
Complementary color
Monochromatic Colors of #E2515A
Black with #E2515A
Text Example
Text Example
White with #E2515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2515A; }
p { color: rgb(226,81,90); }
H1.HeaderClassName
{
color: #E2515A;
}
.AnyTagClassName
{
color: #E2515A;
}
</style>
background-color css
<style>
a { background-color: #E2515A; }
a { background-color: rgb(226,81,90); }
div.DivClassName
{
background-color: #E2515A;
}
.BgClassName
{
background-color: #E2515A;
}
</style>
border-color css
<style>
span { border-color: #E2515A; }
span { border-color: rgb(226,81,90); }
td.TdClassName
{
border-color: #E2515A;
}
.TagClassName
{
border-color: #E2515A;
}
</style>