Shades of Mandy #E05B5F
Tints of Mandy #E05B5F
RGB
CMYK
RGB Variations
Color information
#E05B5F (or 0xE05B5F) is known color: Mandy. HEX triplet: E0, 5B and 5F. RGB value is (224,91,95). Sum of RGB (Red+Green+Blue) = 224+91+95=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B5F is #1FA4A0. Grayscale: #838383. Windows color (decimal): -2073761 or 6249440. OLE color: 6249440.
HSL color Cylindrical-coordinate representation of color #E05B5F: hue angle of 358.2º 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 #E05B5F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 95 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.12 |
| HSL | 358.2º | 0.68% | 0.62% | - |
| HSV(B) | 358.2º | 0.59% | 0.88% | - |
| XYZ | 36.55 | 24.16 | 13.56 | - |
| YUV | 131.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 95 | 0 | 0.59 | 0.58 | 0.12 | 358.2 | 0.68 | 0.62 |
| Hex | E0 | 5B | 5F | 0 | 3B | 3A | C | 166 | 44 | 3E |
| Octal | 340 | 133 | 137 | 0 | 73 | 72 | 14 | 546 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1011111 | 0 | 111011 | 111010 | 1100 | 101100110 | 1000100 | 111110 |
Color Harmonies of #E05B5F
Complementary color
Monochromatic Colors of #E05B5F
Black with #E05B5F
Text Example
Text Example
White with #E05B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B5F; }
p { color: rgb(224,91,95); }
H1.HeaderClassName
{
color: #E05B5F;
}
.AnyTagClassName
{
color: #E05B5F;
}
</style>
background-color css
<style>
a { background-color: #E05B5F; }
a { background-color: rgb(224,91,95); }
div.DivClassName
{
background-color: #E05B5F;
}
.BgClassName
{
background-color: #E05B5F;
}
</style>
border-color css
<style>
span { border-color: #E05B5F; }
span { border-color: rgb(224,91,95); }
td.TdClassName
{
border-color: #E05B5F;
}
.TagClassName
{
border-color: #E05B5F;
}
</style>