Shades of Mandy #E14A4E
Tints of Mandy #E14A4E
RGB
CMYK
RGB Variations
Color information
#E14A4E (or 0xE14A4E) is known color: Mandy. HEX triplet: E1, 4A and 4E. RGB value is (225,74,78). Sum of RGB (Red+Green+Blue) = 225+74+78=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A4E is #1EB5B1. Grayscale: #777777. Windows color (decimal): -2012594 or 5130977. OLE color: 5130977.
HSL color Cylindrical-coordinate representation of color #E14A4E: hue angle of 358.41º 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 #E14A4E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 78 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.12 |
| HSL | 358.41º | 0.72% | 0.59% | - |
| HSV(B) | 358.41º | 0.67% | 0.88% | - |
| XYZ | 34.88 | 21.46 | 9.51 | - |
| YUV | 119.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 78 | 0 | 0.67 | 0.65 | 0.12 | 358.41 | 0.72 | 0.59 |
| Hex | E1 | 4A | 4E | 0 | 43 | 41 | C | 166 | 48 | 3B |
| Octal | 341 | 112 | 116 | 0 | 103 | 101 | 14 | 546 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1001110 | 0 | 1000011 | 1000001 | 1100 | 101100110 | 1001000 | 111011 |
Color Harmonies of #E14A4E
Complementary color
Monochromatic Colors of #E14A4E
Black with #E14A4E
Text Example
Text Example
White with #E14A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A4E; }
p { color: rgb(225,74,78); }
H1.HeaderClassName
{
color: #E14A4E;
}
.AnyTagClassName
{
color: #E14A4E;
}
</style>
background-color css
<style>
a { background-color: #E14A4E; }
a { background-color: rgb(225,74,78); }
div.DivClassName
{
background-color: #E14A4E;
}
.BgClassName
{
background-color: #E14A4E;
}
</style>
border-color css
<style>
span { border-color: #E14A4E; }
span { border-color: rgb(225,74,78); }
td.TdClassName
{
border-color: #E14A4E;
}
.TagClassName
{
border-color: #E14A4E;
}
</style>