Shades of Mandy #E1484D
Tints of Mandy #E1484D
RGB
CMYK
RGB Variations
Color information
#E1484D (or 0xE1484D) is known color: Mandy. HEX triplet: E1, 48 and 4D. RGB value is (225,72,77). Sum of RGB (Red+Green+Blue) = 225+72+77=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1484D is #1EB7B2. Grayscale: #767676. Windows color (decimal): -2013107 or 5064929. OLE color: 5064929.
HSL color Cylindrical-coordinate representation of color #E1484D: hue angle of 358.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1484D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 77 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.12 |
| HSL | 358.04º | 0.72% | 0.58% | - |
| HSV(B) | 358.04º | 0.68% | 0.88% | - |
| XYZ | 34.71 | 21.18 | 9.28 | - |
| YUV | 118.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 77 | 0 | 0.68 | 0.66 | 0.12 | 358.04 | 0.72 | 0.58 |
| Hex | E1 | 48 | 4D | 0 | 44 | 42 | C | 166 | 48 | 3A |
| Octal | 341 | 110 | 115 | 0 | 104 | 102 | 14 | 546 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1001101 | 0 | 1000100 | 1000010 | 1100 | 101100110 | 1001000 | 111010 |
Color Harmonies of #E1484D
Complementary color
Monochromatic Colors of #E1484D
Black with #E1484D
Text Example
Text Example
White with #E1484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1484D; }
p { color: rgb(225,72,77); }
H1.HeaderClassName
{
color: #E1484D;
}
.AnyTagClassName
{
color: #E1484D;
}
</style>
background-color css
<style>
a { background-color: #E1484D; }
a { background-color: rgb(225,72,77); }
div.DivClassName
{
background-color: #E1484D;
}
.BgClassName
{
background-color: #E1484D;
}
</style>
border-color css
<style>
span { border-color: #E1484D; }
span { border-color: rgb(225,72,77); }
td.TdClassName
{
border-color: #E1484D;
}
.TagClassName
{
border-color: #E1484D;
}
</style>