Shades of Mandy #E14A61
Tints of Mandy #E14A61
RGB
CMYK
RGB Variations
Color information
#E14A61 (or 0xE14A61) is known color: Mandy. HEX triplet: E1, 4A and 61. RGB value is (225,74,97). Sum of RGB (Red+Green+Blue) = 225+74+97=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A61 is #1EB59E. Grayscale: #797979. Windows color (decimal): -2012575 or 6376161. OLE color: 6376161.
HSL color Cylindrical-coordinate representation of color #E14A61: hue angle of 350.86º 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 #E14A61 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 97 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.12 |
| HSL | 350.86º | 0.72% | 0.59% | - |
| HSV(B) | 350.86º | 0.67% | 0.88% | - |
| XYZ | 35.66 | 21.77 | 13.63 | - |
| YUV | 121.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 97 | 0 | 0.67 | 0.57 | 0.12 | 350.86 | 0.72 | 0.59 |
| Hex | E1 | 4A | 61 | 0 | 43 | 39 | C | 15F | 48 | 3B |
| Octal | 341 | 112 | 141 | 0 | 103 | 71 | 14 | 537 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1100001 | 0 | 1000011 | 111001 | 1100 | 101011111 | 1001000 | 111011 |
Color Harmonies of #E14A61
Complementary color
Monochromatic Colors of #E14A61
Black with #E14A61
Text Example
Text Example
White with #E14A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A61; }
p { color: rgb(225,74,97); }
H1.HeaderClassName
{
color: #E14A61;
}
.AnyTagClassName
{
color: #E14A61;
}
</style>
background-color css
<style>
a { background-color: #E14A61; }
a { background-color: rgb(225,74,97); }
div.DivClassName
{
background-color: #E14A61;
}
.BgClassName
{
background-color: #E14A61;
}
</style>
border-color css
<style>
span { border-color: #E14A61; }
span { border-color: rgb(225,74,97); }
td.TdClassName
{
border-color: #E14A61;
}
.TagClassName
{
border-color: #E14A61;
}
</style>