Shades of Mandy #E55B5C
Tints of Mandy #E55B5C
RGB
CMYK
RGB Variations
Color information
#E55B5C (or 0xE55B5C) is known color: Mandy. HEX triplet: E5, 5B and 5C. RGB value is (229,91,92). Sum of RGB (Red+Green+Blue) = 229+91+92=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B5C is #1AA4A3. Grayscale: #848484. Windows color (decimal): -1746084 or 6052837. OLE color: 6052837.
HSL color Cylindrical-coordinate representation of color #E55B5C: hue angle of 359.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55B5C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 92 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.10 |
| HSL | 359.57º | 0.73% | 0.63% | - |
| HSV(B) | 359.57º | 0.6% | 0.9% | - |
| XYZ | 37.99 | 24.91 | 12.93 | - |
| YUV | 132.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 92 | 0 | 0.60 | 0.60 | 0.10 | 359.57 | 0.73 | 0.63 |
| Hex | E5 | 5B | 5C | 0 | 3C | 3C | A | 168 | 49 | 3F |
| Octal | 345 | 133 | 134 | 0 | 74 | 74 | 12 | 550 | 111 | 77 |
| Binary | 11100101 | 1011011 | 1011100 | 0 | 111100 | 111100 | 1010 | 101101000 | 1001001 | 111111 |
Color Harmonies of #E55B5C
Complementary color
Monochromatic Colors of #E55B5C
Black with #E55B5C
Text Example
Text Example
White with #E55B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B5C; }
p { color: rgb(229,91,92); }
H1.HeaderClassName
{
color: #E55B5C;
}
.AnyTagClassName
{
color: #E55B5C;
}
</style>
background-color css
<style>
a { background-color: #E55B5C; }
a { background-color: rgb(229,91,92); }
div.DivClassName
{
background-color: #E55B5C;
}
.BgClassName
{
background-color: #E55B5C;
}
</style>
border-color css
<style>
span { border-color: #E55B5C; }
span { border-color: rgb(229,91,92); }
td.TdClassName
{
border-color: #E55B5C;
}
.TagClassName
{
border-color: #E55B5C;
}
</style>