Shades of Mandy #E14D5A
Tints of Mandy #E14D5A
RGB
CMYK
RGB Variations
Color information
#E14D5A (or 0xE14D5A) is known color: Mandy. HEX triplet: E1, 4D and 5A. RGB value is (225,77,90). Sum of RGB (Red+Green+Blue) = 225+77+90=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D5A is #1EB2A5. Grayscale: #7A7A7A. Windows color (decimal): -2011814 or 5918177. OLE color: 5918177.
HSL color Cylindrical-coordinate representation of color #E14D5A: hue angle of 354.73º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D5A is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 90 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.12 |
| HSL | 354.73º | 0.71% | 0.59% | - |
| HSV(B) | 354.73º | 0.66% | 0.88% | - |
| XYZ | 35.55 | 22.05 | 12.06 | - |
| YUV | 122.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 90 | 0 | 0.66 | 0.60 | 0.12 | 354.73 | 0.71 | 0.59 |
| Hex | E1 | 4D | 5A | 0 | 42 | 3C | C | 163 | 47 | 3B |
| Octal | 341 | 115 | 132 | 0 | 102 | 74 | 14 | 543 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1011010 | 0 | 1000010 | 111100 | 1100 | 101100011 | 1000111 | 111011 |
Color Harmonies of #E14D5A
Complementary color
Monochromatic Colors of #E14D5A
Black with #E14D5A
Text Example
Text Example
White with #E14D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D5A; }
p { color: rgb(225,77,90); }
H1.HeaderClassName
{
color: #E14D5A;
}
.AnyTagClassName
{
color: #E14D5A;
}
</style>
background-color css
<style>
a { background-color: #E14D5A; }
a { background-color: rgb(225,77,90); }
div.DivClassName
{
background-color: #E14D5A;
}
.BgClassName
{
background-color: #E14D5A;
}
</style>
border-color css
<style>
span { border-color: #E14D5A; }
span { border-color: rgb(225,77,90); }
td.TdClassName
{
border-color: #E14D5A;
}
.TagClassName
{
border-color: #E14D5A;
}
</style>