Shades of Mandy #E1454C
Tints of Mandy #E1454C
RGB
CMYK
RGB Variations
Color information
#E1454C (or 0xE1454C) is known color: Mandy. HEX triplet: E1, 45 and 4C. RGB value is (225,69,76). Sum of RGB (Red+Green+Blue) = 225+69+76=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1454C is #1EBAB3. Grayscale: #747474. Windows color (decimal): -2013876 or 4998625. OLE color: 4998625.
HSL color Cylindrical-coordinate representation of color #E1454C: hue angle of 357.31º 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 #E1454C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 76 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.12 |
| HSL | 357.31º | 0.72% | 0.58% | - |
| HSV(B) | 357.31º | 0.69% | 0.88% | - |
| XYZ | 34.48 | 20.79 | 9.03 | - |
| YUV | 116.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 76 | 0 | 0.69 | 0.66 | 0.12 | 357.31 | 0.72 | 0.58 |
| Hex | E1 | 45 | 4C | 0 | 45 | 42 | C | 165 | 48 | 3A |
| Octal | 341 | 105 | 114 | 0 | 105 | 102 | 14 | 545 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1001100 | 0 | 1000101 | 1000010 | 1100 | 101100101 | 1001000 | 111010 |
Color Harmonies of #E1454C
Complementary color
Monochromatic Colors of #E1454C
Black with #E1454C
Text Example
Text Example
White with #E1454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1454C; }
p { color: rgb(225,69,76); }
H1.HeaderClassName
{
color: #E1454C;
}
.AnyTagClassName
{
color: #E1454C;
}
</style>
background-color css
<style>
a { background-color: #E1454C; }
a { background-color: rgb(225,69,76); }
div.DivClassName
{
background-color: #E1454C;
}
.BgClassName
{
background-color: #E1454C;
}
</style>
border-color css
<style>
span { border-color: #E1454C; }
span { border-color: rgb(225,69,76); }
td.TdClassName
{
border-color: #E1454C;
}
.TagClassName
{
border-color: #E1454C;
}
</style>