Shades of Mandy #E1505E
Tints of Mandy #E1505E
RGB
CMYK
RGB Variations
Color information
#E1505E (or 0xE1505E) is known color: Mandy. HEX triplet: E1, 50 and 5E. RGB value is (225,80,94). Sum of RGB (Red+Green+Blue) = 225+80+94=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1505E is #1EAFA1. Grayscale: #7D7D7D. Windows color (decimal): -2011042 or 6181089. OLE color: 6181089.
HSL color Cylindrical-coordinate representation of color #E1505E: hue angle of 354.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1505E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 94 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.12 |
| HSL | 354.21º | 0.71% | 0.6% | - |
| HSV(B) | 354.21º | 0.64% | 0.88% | - |
| XYZ | 35.94 | 22.55 | 13.05 | - |
| YUV | 124.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 94 | 0 | 0.64 | 0.58 | 0.12 | 354.21 | 0.71 | 0.6 |
| Hex | E1 | 50 | 5E | 0 | 40 | 3A | C | 162 | 47 | 3C |
| Octal | 341 | 120 | 136 | 0 | 100 | 72 | 14 | 542 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1011110 | 0 | 1000000 | 111010 | 1100 | 101100010 | 1000111 | 111100 |
Color Harmonies of #E1505E
Complementary color
Monochromatic Colors of #E1505E
Black with #E1505E
Text Example
Text Example
White with #E1505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1505E; }
p { color: rgb(225,80,94); }
H1.HeaderClassName
{
color: #E1505E;
}
.AnyTagClassName
{
color: #E1505E;
}
</style>
background-color css
<style>
a { background-color: #E1505E; }
a { background-color: rgb(225,80,94); }
div.DivClassName
{
background-color: #E1505E;
}
.BgClassName
{
background-color: #E1505E;
}
</style>
border-color css
<style>
span { border-color: #E1505E; }
span { border-color: rgb(225,80,94); }
td.TdClassName
{
border-color: #E1505E;
}
.TagClassName
{
border-color: #E1505E;
}
</style>