Shades of Mandy #E14548
Tints of Mandy #E14548
RGB
CMYK
RGB Variations
Color information
#E14548 (or 0xE14548) is known color: Mandy. HEX triplet: E1, 45 and 48. RGB value is (225,69,72). Sum of RGB (Red+Green+Blue) = 225+69+72=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E14548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14548 is #1EBAB7. Grayscale: #747474. Windows color (decimal): -2013880 or 4736481. OLE color: 4736481.
HSL color Cylindrical-coordinate representation of color #E14548: hue angle of 358.85º 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 #E14548 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 72 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.12 |
| HSL | 358.85º | 0.72% | 0.58% | - |
| HSV(B) | 358.85º | 0.69% | 0.88% | - |
| XYZ | 34.35 | 20.73 | 8.32 | - |
| YUV | 115.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 72 | 0 | 0.69 | 0.68 | 0.12 | 358.85 | 0.72 | 0.58 |
| Hex | E1 | 45 | 48 | 0 | 45 | 44 | C | 167 | 48 | 3A |
| Octal | 341 | 105 | 110 | 0 | 105 | 104 | 14 | 547 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1001000 | 0 | 1000101 | 1000100 | 1100 | 101100111 | 1001000 | 111010 |
Color Harmonies of #E14548
Complementary color
Monochromatic Colors of #E14548
Black with #E14548
Text Example
Text Example
White with #E14548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14548; }
p { color: rgb(225,69,72); }
H1.HeaderClassName
{
color: #E14548;
}
.AnyTagClassName
{
color: #E14548;
}
</style>
background-color css
<style>
a { background-color: #E14548; }
a { background-color: rgb(225,69,72); }
div.DivClassName
{
background-color: #E14548;
}
.BgClassName
{
background-color: #E14548;
}
</style>
border-color css
<style>
span { border-color: #E14548; }
span { border-color: rgb(225,69,72); }
td.TdClassName
{
border-color: #E14548;
}
.TagClassName
{
border-color: #E14548;
}
</style>