Shades of Mandy #E1505B
Tints of Mandy #E1505B
RGB
CMYK
RGB Variations
Color information
#E1505B (or 0xE1505B) is known color: Mandy. HEX triplet: E1, 50 and 5B. RGB value is (225,80,91). Sum of RGB (Red+Green+Blue) = 225+80+91=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1505B is #1EAFA4. Grayscale: #7C7C7C. Windows color (decimal): -2011045 or 5984481. OLE color: 5984481.
HSL color Cylindrical-coordinate representation of color #E1505B: hue angle of 355.45º 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 #E1505B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.12 |
| HSL | 355.45º | 0.71% | 0.6% | - |
| HSV(B) | 355.45º | 0.64% | 0.88% | - |
| XYZ | 35.81 | 22.5 | 12.35 | - |
| YUV | 124.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 91 | 0 | 0.64 | 0.60 | 0.12 | 355.45 | 0.71 | 0.6 |
| Hex | E1 | 50 | 5B | 0 | 40 | 3C | C | 163 | 47 | 3C |
| Octal | 341 | 120 | 133 | 0 | 100 | 74 | 14 | 543 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1011011 | 0 | 1000000 | 111100 | 1100 | 101100011 | 1000111 | 111100 |
Color Harmonies of #E1505B
Complementary color
Monochromatic Colors of #E1505B
Black with #E1505B
Text Example
Text Example
White with #E1505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1505B; }
p { color: rgb(225,80,91); }
H1.HeaderClassName
{
color: #E1505B;
}
.AnyTagClassName
{
color: #E1505B;
}
</style>
background-color css
<style>
a { background-color: #E1505B; }
a { background-color: rgb(225,80,91); }
div.DivClassName
{
background-color: #E1505B;
}
.BgClassName
{
background-color: #E1505B;
}
</style>
border-color css
<style>
span { border-color: #E1505B; }
span { border-color: rgb(225,80,91); }
td.TdClassName
{
border-color: #E1505B;
}
.TagClassName
{
border-color: #E1505B;
}
</style>