Shades of Mandy #E14648
Tints of Mandy #E14648
RGB
CMYK
RGB Variations
Color information
#E14648 (or 0xE14648) is known color: Mandy. HEX triplet: E1, 46 and 48. RGB value is (225,70,72). Sum of RGB (Red+Green+Blue) = 225+70+72=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E14648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14648 is #1EB9B7. Grayscale: #747474. Windows color (decimal): -2013624 or 4736737. OLE color: 4736737.
HSL color Cylindrical-coordinate representation of color #E14648: hue angle of 359.23º 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 #E14648 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 72 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.12 |
| HSL | 359.23º | 0.72% | 0.58% | - |
| HSV(B) | 359.23º | 0.69% | 0.88% | - |
| XYZ | 34.41 | 20.86 | 8.34 | - |
| YUV | 116.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 72 | 0 | 0.69 | 0.68 | 0.12 | 359.23 | 0.72 | 0.58 |
| Hex | E1 | 46 | 48 | 0 | 45 | 44 | C | 167 | 48 | 3A |
| Octal | 341 | 106 | 110 | 0 | 105 | 104 | 14 | 547 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1001000 | 0 | 1000101 | 1000100 | 1100 | 101100111 | 1001000 | 111010 |
Color Harmonies of #E14648
Complementary color
Monochromatic Colors of #E14648
Black with #E14648
Text Example
Text Example
White with #E14648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14648; }
p { color: rgb(225,70,72); }
H1.HeaderClassName
{
color: #E14648;
}
.AnyTagClassName
{
color: #E14648;
}
</style>
background-color css
<style>
a { background-color: #E14648; }
a { background-color: rgb(225,70,72); }
div.DivClassName
{
background-color: #E14648;
}
.BgClassName
{
background-color: #E14648;
}
</style>
border-color css
<style>
span { border-color: #E14648; }
span { border-color: rgb(225,70,72); }
td.TdClassName
{
border-color: #E14648;
}
.TagClassName
{
border-color: #E14648;
}
</style>