Shades of Mandy #E14A5C
Tints of Mandy #E14A5C
RGB
CMYK
RGB Variations
Color information
#E14A5C (or 0xE14A5C) is known color: Mandy. HEX triplet: E1, 4A and 5C. RGB value is (225,74,92). Sum of RGB (Red+Green+Blue) = 225+74+92=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A5C is #1EB5A3. Grayscale: #797979. Windows color (decimal): -2012580 or 6048481. OLE color: 6048481.
HSL color Cylindrical-coordinate representation of color #E14A5C: hue angle of 352.85º 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 #E14A5C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 92 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.12 |
| HSL | 352.85º | 0.72% | 0.59% | - |
| HSV(B) | 352.85º | 0.67% | 0.88% | - |
| XYZ | 35.43 | 21.68 | 12.44 | - |
| YUV | 121.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 92 | 0 | 0.67 | 0.59 | 0.12 | 352.85 | 0.72 | 0.59 |
| Hex | E1 | 4A | 5C | 0 | 43 | 3B | C | 161 | 48 | 3B |
| Octal | 341 | 112 | 134 | 0 | 103 | 73 | 14 | 541 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1011100 | 0 | 1000011 | 111011 | 1100 | 101100001 | 1001000 | 111011 |
Color Harmonies of #E14A5C
Complementary color
Monochromatic Colors of #E14A5C
Black with #E14A5C
Text Example
Text Example
White with #E14A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A5C; }
p { color: rgb(225,74,92); }
H1.HeaderClassName
{
color: #E14A5C;
}
.AnyTagClassName
{
color: #E14A5C;
}
</style>
background-color css
<style>
a { background-color: #E14A5C; }
a { background-color: rgb(225,74,92); }
div.DivClassName
{
background-color: #E14A5C;
}
.BgClassName
{
background-color: #E14A5C;
}
</style>
border-color css
<style>
span { border-color: #E14A5C; }
span { border-color: rgb(225,74,92); }
td.TdClassName
{
border-color: #E14A5C;
}
.TagClassName
{
border-color: #E14A5C;
}
</style>