Shades of Mandy #E14E5C
Tints of Mandy #E14E5C
RGB
CMYK
RGB Variations
Color information
#E14E5C (or 0xE14E5C) is known color: Mandy. HEX triplet: E1, 4E and 5C. RGB value is (225,78,92). Sum of RGB (Red+Green+Blue) = 225+78+92=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E5C is #1EB1A3. Grayscale: #7B7B7B. Windows color (decimal): -2011556 or 6049505. OLE color: 6049505.
HSL color Cylindrical-coordinate representation of color #E14E5C: hue angle of 354.29º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E5C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 92 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.12 |
| HSL | 354.29º | 0.71% | 0.59% | - |
| HSV(B) | 354.29º | 0.65% | 0.88% | - |
| XYZ | 35.71 | 22.23 | 12.53 | - |
| YUV | 123.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 92 | 0 | 0.65 | 0.59 | 0.12 | 354.29 | 0.71 | 0.59 |
| Hex | E1 | 4E | 5C | 0 | 41 | 3B | C | 162 | 47 | 3B |
| Octal | 341 | 116 | 134 | 0 | 101 | 73 | 14 | 542 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1011100 | 0 | 1000001 | 111011 | 1100 | 101100010 | 1000111 | 111011 |
Color Harmonies of #E14E5C
Complementary color
Monochromatic Colors of #E14E5C
Black with #E14E5C
Text Example
Text Example
White with #E14E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E5C; }
p { color: rgb(225,78,92); }
H1.HeaderClassName
{
color: #E14E5C;
}
.AnyTagClassName
{
color: #E14E5C;
}
</style>
background-color css
<style>
a { background-color: #E14E5C; }
a { background-color: rgb(225,78,92); }
div.DivClassName
{
background-color: #E14E5C;
}
.BgClassName
{
background-color: #E14E5C;
}
</style>
border-color css
<style>
span { border-color: #E14E5C; }
span { border-color: rgb(225,78,92); }
td.TdClassName
{
border-color: #E14E5C;
}
.TagClassName
{
border-color: #E14E5C;
}
</style>