Shades of Mandy #E15B5C
Tints of Mandy #E15B5C
RGB
CMYK
RGB Variations
Color information
#E15B5C (or 0xE15B5C) is known color: Mandy. HEX triplet: E1, 5B and 5C. RGB value is (225,91,92). Sum of RGB (Red+Green+Blue) = 225+91+92=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B5C is #1EA4A3. Grayscale: #838383. Windows color (decimal): -2008228 or 6052833. OLE color: 6052833.
HSL color Cylindrical-coordinate representation of color #E15B5C: hue angle of 359.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15B5C is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 92 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.12 |
| HSL | 359.55º | 0.69% | 0.62% | - |
| HSV(B) | 359.55º | 0.6% | 0.88% | - |
| XYZ | 36.72 | 24.26 | 12.87 | - |
| YUV | 131.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 92 | 0 | 0.60 | 0.59 | 0.12 | 359.55 | 0.69 | 0.62 |
| Hex | E1 | 5B | 5C | 0 | 3C | 3B | C | 168 | 45 | 3E |
| Octal | 341 | 133 | 134 | 0 | 74 | 73 | 14 | 550 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1011100 | 0 | 111100 | 111011 | 1100 | 101101000 | 1000101 | 111110 |
Color Harmonies of #E15B5C
Complementary color
Monochromatic Colors of #E15B5C
Black with #E15B5C
Text Example
Text Example
White with #E15B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B5C; }
p { color: rgb(225,91,92); }
H1.HeaderClassName
{
color: #E15B5C;
}
.AnyTagClassName
{
color: #E15B5C;
}
</style>
background-color css
<style>
a { background-color: #E15B5C; }
a { background-color: rgb(225,91,92); }
div.DivClassName
{
background-color: #E15B5C;
}
.BgClassName
{
background-color: #E15B5C;
}
</style>
border-color css
<style>
span { border-color: #E15B5C; }
span { border-color: rgb(225,91,92); }
td.TdClassName
{
border-color: #E15B5C;
}
.TagClassName
{
border-color: #E15B5C;
}
</style>