Shades of Mandy #E1455B
Tints of Mandy #E1455B
RGB
CMYK
RGB Variations
Color information
#E1455B (or 0xE1455B) is known color: Mandy. HEX triplet: E1, 45 and 5B. RGB value is (225,69,91). Sum of RGB (Red+Green+Blue) = 225+69+91=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1455B is #1EBAA4. Grayscale: #767676. Windows color (decimal): -2013861 or 5981665. OLE color: 5981665.
HSL color Cylindrical-coordinate representation of color #E1455B: hue angle of 351.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1455B is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 91 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.12 |
| HSL | 351.54º | 0.72% | 0.58% | - |
| HSV(B) | 351.54º | 0.69% | 0.88% | - |
| XYZ | 35.07 | 21.02 | 12.11 | - |
| YUV | 118.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 91 | 0 | 0.69 | 0.60 | 0.12 | 351.54 | 0.72 | 0.58 |
| Hex | E1 | 45 | 5B | 0 | 45 | 3C | C | 160 | 48 | 3A |
| Octal | 341 | 105 | 133 | 0 | 105 | 74 | 14 | 540 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1011011 | 0 | 1000101 | 111100 | 1100 | 101100000 | 1001000 | 111010 |
Color Harmonies of #E1455B
Complementary color
Monochromatic Colors of #E1455B
Black with #E1455B
Text Example
Text Example
White with #E1455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1455B; }
p { color: rgb(225,69,91); }
H1.HeaderClassName
{
color: #E1455B;
}
.AnyTagClassName
{
color: #E1455B;
}
</style>
background-color css
<style>
a { background-color: #E1455B; }
a { background-color: rgb(225,69,91); }
div.DivClassName
{
background-color: #E1455B;
}
.BgClassName
{
background-color: #E1455B;
}
</style>
border-color css
<style>
span { border-color: #E1455B; }
span { border-color: rgb(225,69,91); }
td.TdClassName
{
border-color: #E1455B;
}
.TagClassName
{
border-color: #E1455B;
}
</style>