Shades of Mandy #E2545B
Tints of Mandy #E2545B
RGB
CMYK
RGB Variations
Color information
#E2545B (or 0xE2545B) is known color: Mandy. HEX triplet: E2, 54 and 5B. RGB value is (226,84,91). Sum of RGB (Red+Green+Blue) = 226+84+91=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2545B is #1DABA4. Grayscale: #7F7F7F. Windows color (decimal): -1944485 or 5985506. OLE color: 5985506.
HSL color Cylindrical-coordinate representation of color #E2545B: hue angle of 357.04º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2545B is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 91 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.11 |
| HSL | 357.04º | 0.71% | 0.61% | - |
| HSV(B) | 357.04º | 0.63% | 0.89% | - |
| XYZ | 36.42 | 23.26 | 12.47 | - |
| YUV | 127.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 91 | 0 | 0.63 | 0.60 | 0.11 | 357.04 | 0.71 | 0.61 |
| Hex | E2 | 54 | 5B | 0 | 3F | 3C | B | 165 | 47 | 3D |
| Octal | 342 | 124 | 133 | 0 | 77 | 74 | 13 | 545 | 107 | 75 |
| Binary | 11100010 | 1010100 | 1011011 | 0 | 111111 | 111100 | 1011 | 101100101 | 1000111 | 111101 |
Color Harmonies of #E2545B
Complementary color
Monochromatic Colors of #E2545B
Black with #E2545B
Text Example
Text Example
White with #E2545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2545B; }
p { color: rgb(226,84,91); }
H1.HeaderClassName
{
color: #E2545B;
}
.AnyTagClassName
{
color: #E2545B;
}
</style>
background-color css
<style>
a { background-color: #E2545B; }
a { background-color: rgb(226,84,91); }
div.DivClassName
{
background-color: #E2545B;
}
.BgClassName
{
background-color: #E2545B;
}
</style>
border-color css
<style>
span { border-color: #E2545B; }
span { border-color: rgb(226,84,91); }
td.TdClassName
{
border-color: #E2545B;
}
.TagClassName
{
border-color: #E2545B;
}
</style>