Shades of Mandy #E0555B
Tints of Mandy #E0555B
RGB
CMYK
RGB Variations
Color information
#E0555B (or 0xE0555B) is known color: Mandy. HEX triplet: E0, 55 and 5B. RGB value is (224,85,91). Sum of RGB (Red+Green+Blue) = 224+85+91=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0555B is #1FAAA4. Grayscale: #7F7F7F. Windows color (decimal): -2075301 or 5985760. OLE color: 5985760.
HSL color Cylindrical-coordinate representation of color #E0555B: hue angle of 357.41º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0555B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.12 |
| HSL | 357.41º | 0.69% | 0.61% | - |
| HSV(B) | 357.41º | 0.62% | 0.88% | - |
| XYZ | 35.88 | 23.1 | 12.47 | - |
| YUV | 127.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 91 | 0 | 0.62 | 0.59 | 0.12 | 357.41 | 0.69 | 0.61 |
| Hex | E0 | 55 | 5B | 0 | 3E | 3B | C | 165 | 45 | 3D |
| Octal | 340 | 125 | 133 | 0 | 76 | 73 | 14 | 545 | 105 | 75 |
| Binary | 11100000 | 1010101 | 1011011 | 0 | 111110 | 111011 | 1100 | 101100101 | 1000101 | 111101 |
Color Harmonies of #E0555B
Complementary color
Monochromatic Colors of #E0555B
Black with #E0555B
Text Example
Text Example
White with #E0555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0555B; }
p { color: rgb(224,85,91); }
H1.HeaderClassName
{
color: #E0555B;
}
.AnyTagClassName
{
color: #E0555B;
}
</style>
background-color css
<style>
a { background-color: #E0555B; }
a { background-color: rgb(224,85,91); }
div.DivClassName
{
background-color: #E0555B;
}
.BgClassName
{
background-color: #E0555B;
}
</style>
border-color css
<style>
span { border-color: #E0555B; }
span { border-color: rgb(224,85,91); }
td.TdClassName
{
border-color: #E0555B;
}
.TagClassName
{
border-color: #E0555B;
}
</style>