Shades of Mandy #E14C5C
Tints of Mandy #E14C5C
RGB
CMYK
RGB Variations
Color information
#E14C5C (or 0xE14C5C) is known color: Mandy. HEX triplet: E1, 4C and 5C. RGB value is (225,76,92). Sum of RGB (Red+Green+Blue) = 225+76+92=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C5C is #1EB3A3. Grayscale: #7A7A7A. Windows color (decimal): -2012068 or 6048993. OLE color: 6048993.
HSL color Cylindrical-coordinate representation of color #E14C5C: hue angle of 353.56º 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 #E14C5C is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 92 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.12 |
| HSL | 353.56º | 0.71% | 0.59% | - |
| HSV(B) | 353.56º | 0.66% | 0.88% | - |
| XYZ | 35.57 | 21.95 | 12.49 | - |
| YUV | 122.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 92 | 0 | 0.66 | 0.59 | 0.12 | 353.56 | 0.71 | 0.59 |
| Hex | E1 | 4C | 5C | 0 | 42 | 3B | C | 162 | 47 | 3B |
| Octal | 341 | 114 | 134 | 0 | 102 | 73 | 14 | 542 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1011100 | 0 | 1000010 | 111011 | 1100 | 101100010 | 1000111 | 111011 |
Color Harmonies of #E14C5C
Complementary color
Monochromatic Colors of #E14C5C
Black with #E14C5C
Text Example
Text Example
White with #E14C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C5C; }
p { color: rgb(225,76,92); }
H1.HeaderClassName
{
color: #E14C5C;
}
.AnyTagClassName
{
color: #E14C5C;
}
</style>
background-color css
<style>
a { background-color: #E14C5C; }
a { background-color: rgb(225,76,92); }
div.DivClassName
{
background-color: #E14C5C;
}
.BgClassName
{
background-color: #E14C5C;
}
</style>
border-color css
<style>
span { border-color: #E14C5C; }
span { border-color: rgb(225,76,92); }
td.TdClassName
{
border-color: #E14C5C;
}
.TagClassName
{
border-color: #E14C5C;
}
</style>