Shades of Mandy #E14A4C
Tints of Mandy #E14A4C
RGB
CMYK
RGB Variations
Color information
#E14A4C (or 0xE14A4C) is known color: Mandy. HEX triplet: E1, 4A and 4C. RGB value is (225,74,76). Sum of RGB (Red+Green+Blue) = 225+74+76=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A4C is #1EB5B3. Grayscale: #777777. Windows color (decimal): -2012596 or 4999905. OLE color: 4999905.
HSL color Cylindrical-coordinate representation of color #E14A4C: hue angle of 359.21º 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 #E14A4C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 76 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.12 |
| HSL | 359.21º | 0.72% | 0.59% | - |
| HSV(B) | 359.21º | 0.67% | 0.88% | - |
| XYZ | 34.8 | 21.43 | 9.14 | - |
| YUV | 119.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 76 | 0 | 0.67 | 0.66 | 0.12 | 359.21 | 0.72 | 0.59 |
| Hex | E1 | 4A | 4C | 0 | 43 | 42 | C | 167 | 48 | 3B |
| Octal | 341 | 112 | 114 | 0 | 103 | 102 | 14 | 547 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1001100 | 0 | 1000011 | 1000010 | 1100 | 101100111 | 1001000 | 111011 |
Color Harmonies of #E14A4C
Complementary color
Monochromatic Colors of #E14A4C
Black with #E14A4C
Text Example
Text Example
White with #E14A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A4C; }
p { color: rgb(225,74,76); }
H1.HeaderClassName
{
color: #E14A4C;
}
.AnyTagClassName
{
color: #E14A4C;
}
</style>
background-color css
<style>
a { background-color: #E14A4C; }
a { background-color: rgb(225,74,76); }
div.DivClassName
{
background-color: #E14A4C;
}
.BgClassName
{
background-color: #E14A4C;
}
</style>
border-color css
<style>
span { border-color: #E14A4C; }
span { border-color: rgb(225,74,76); }
td.TdClassName
{
border-color: #E14A4C;
}
.TagClassName
{
border-color: #E14A4C;
}
</style>