Shades of Mandy #E15058
Tints of Mandy #E15058
RGB
CMYK
RGB Variations
Color information
#E15058 (or 0xE15058) is known color: Mandy. HEX triplet: E1, 50 and 58. RGB value is (225,80,88). Sum of RGB (Red+Green+Blue) = 225+80+88=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15058 is #1EAFA7. Grayscale: #7C7C7C. Windows color (decimal): -2011048 or 5787873. OLE color: 5787873.
HSL color Cylindrical-coordinate representation of color #E15058: hue angle of 356.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15058 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 88 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.12 |
| HSL | 356.69º | 0.71% | 0.6% | - |
| HSV(B) | 356.69º | 0.64% | 0.88% | - |
| XYZ | 35.68 | 22.45 | 11.69 | - |
| YUV | 124.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 88 | 0 | 0.64 | 0.61 | 0.12 | 356.69 | 0.71 | 0.6 |
| Hex | E1 | 50 | 58 | 0 | 40 | 3D | C | 165 | 47 | 3C |
| Octal | 341 | 120 | 130 | 0 | 100 | 75 | 14 | 545 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1011000 | 0 | 1000000 | 111101 | 1100 | 101100101 | 1000111 | 111100 |
Color Harmonies of #E15058
Complementary color
Monochromatic Colors of #E15058
Black with #E15058
Text Example
Text Example
White with #E15058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15058; }
p { color: rgb(225,80,88); }
H1.HeaderClassName
{
color: #E15058;
}
.AnyTagClassName
{
color: #E15058;
}
</style>
background-color css
<style>
a { background-color: #E15058; }
a { background-color: rgb(225,80,88); }
div.DivClassName
{
background-color: #E15058;
}
.BgClassName
{
background-color: #E15058;
}
</style>
border-color css
<style>
span { border-color: #E15058; }
span { border-color: rgb(225,80,88); }
td.TdClassName
{
border-color: #E15058;
}
.TagClassName
{
border-color: #E15058;
}
</style>