Shades of Mandy #E05B5E
Tints of Mandy #E05B5E
RGB
CMYK
RGB Variations
Color information
#E05B5E (or 0xE05B5E) is known color: Mandy. HEX triplet: E0, 5B and 5E. RGB value is (224,91,94). Sum of RGB (Red+Green+Blue) = 224+91+94=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B5E is #1FA4A1. Grayscale: #838383. Windows color (decimal): -2073762 or 6183904. OLE color: 6183904.
HSL color Cylindrical-coordinate representation of color #E05B5E: hue angle of 358.65º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05B5E is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 94 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.12 |
| HSL | 358.65º | 0.68% | 0.62% | - |
| HSV(B) | 358.65º | 0.59% | 0.88% | - |
| XYZ | 36.5 | 24.14 | 13.32 | - |
| YUV | 131.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 94 | 0 | 0.59 | 0.58 | 0.12 | 358.65 | 0.68 | 0.62 |
| Hex | E0 | 5B | 5E | 0 | 3B | 3A | C | 167 | 44 | 3E |
| Octal | 340 | 133 | 136 | 0 | 73 | 72 | 14 | 547 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1011110 | 0 | 111011 | 111010 | 1100 | 101100111 | 1000100 | 111110 |
Color Harmonies of #E05B5E
Complementary color
Monochromatic Colors of #E05B5E
Black with #E05B5E
Text Example
Text Example
White with #E05B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B5E; }
p { color: rgb(224,91,94); }
H1.HeaderClassName
{
color: #E05B5E;
}
.AnyTagClassName
{
color: #E05B5E;
}
</style>
background-color css
<style>
a { background-color: #E05B5E; }
a { background-color: rgb(224,91,94); }
div.DivClassName
{
background-color: #E05B5E;
}
.BgClassName
{
background-color: #E05B5E;
}
</style>
border-color css
<style>
span { border-color: #E05B5E; }
span { border-color: rgb(224,91,94); }
td.TdClassName
{
border-color: #E05B5E;
}
.TagClassName
{
border-color: #E05B5E;
}
</style>