Shades of Mandy #E14A4D
Tints of Mandy #E14A4D
RGB
CMYK
RGB Variations
Color information
#E14A4D (or 0xE14A4D) is known color: Mandy. HEX triplet: E1, 4A and 4D. RGB value is (225,74,77). Sum of RGB (Red+Green+Blue) = 225+74+77=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A4D is #1EB5B2. Grayscale: #777777. Windows color (decimal): -2012595 or 5065441. OLE color: 5065441.
HSL color Cylindrical-coordinate representation of color #E14A4D: hue angle of 358.81º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A4D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 77 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.12 |
| HSL | 358.81º | 0.72% | 0.59% | - |
| HSV(B) | 358.81º | 0.67% | 0.88% | - |
| XYZ | 34.84 | 21.44 | 9.32 | - |
| YUV | 119.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 77 | 0 | 0.67 | 0.66 | 0.12 | 358.81 | 0.72 | 0.59 |
| Hex | E1 | 4A | 4D | 0 | 43 | 42 | C | 167 | 48 | 3B |
| Octal | 341 | 112 | 115 | 0 | 103 | 102 | 14 | 547 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1001101 | 0 | 1000011 | 1000010 | 1100 | 101100111 | 1001000 | 111011 |
Color Harmonies of #E14A4D
Complementary color
Monochromatic Colors of #E14A4D
Black with #E14A4D
Text Example
Text Example
White with #E14A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A4D; }
p { color: rgb(225,74,77); }
H1.HeaderClassName
{
color: #E14A4D;
}
.AnyTagClassName
{
color: #E14A4D;
}
</style>
background-color css
<style>
a { background-color: #E14A4D; }
a { background-color: rgb(225,74,77); }
div.DivClassName
{
background-color: #E14A4D;
}
.BgClassName
{
background-color: #E14A4D;
}
</style>
border-color css
<style>
span { border-color: #E14A4D; }
span { border-color: rgb(225,74,77); }
td.TdClassName
{
border-color: #E14A4D;
}
.TagClassName
{
border-color: #E14A4D;
}
</style>