Shades of Mandy #E1454E
Tints of Mandy #E1454E
RGB
CMYK
RGB Variations
Color information
#E1454E (or 0xE1454E) is known color: Mandy. HEX triplet: E1, 45 and 4E. RGB value is (225,69,78). Sum of RGB (Red+Green+Blue) = 225+69+78=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1454E is #1EBAB1. Grayscale: #747474. Windows color (decimal): -2013874 or 5129697. OLE color: 5129697.
HSL color Cylindrical-coordinate representation of color #E1454E: hue angle of 356.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 #E1454E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.12 |
| HSL | 356.54º | 0.72% | 0.58% | - |
| HSV(B) | 356.54º | 0.69% | 0.88% | - |
| XYZ | 34.55 | 20.81 | 9.4 | - |
| YUV | 116.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 78 | 0 | 0.69 | 0.65 | 0.12 | 356.54 | 0.72 | 0.58 |
| Hex | E1 | 45 | 4E | 0 | 45 | 41 | C | 165 | 48 | 3A |
| Octal | 341 | 105 | 116 | 0 | 105 | 101 | 14 | 545 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1001110 | 0 | 1000101 | 1000001 | 1100 | 101100101 | 1001000 | 111010 |
Color Harmonies of #E1454E
Complementary color
Monochromatic Colors of #E1454E
Black with #E1454E
Text Example
Text Example
White with #E1454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1454E; }
p { color: rgb(225,69,78); }
H1.HeaderClassName
{
color: #E1454E;
}
.AnyTagClassName
{
color: #E1454E;
}
</style>
background-color css
<style>
a { background-color: #E1454E; }
a { background-color: rgb(225,69,78); }
div.DivClassName
{
background-color: #E1454E;
}
.BgClassName
{
background-color: #E1454E;
}
</style>
border-color css
<style>
span { border-color: #E1454E; }
span { border-color: rgb(225,69,78); }
td.TdClassName
{
border-color: #E1454E;
}
.TagClassName
{
border-color: #E1454E;
}
</style>