Shades of Mandy #E45355
Tints of Mandy #E45355
RGB
CMYK
RGB Variations
Color information
#E45355 (or 0xE45355) is known color: Mandy. HEX triplet: E4, 53 and 55. RGB value is (228,83,85). Sum of RGB (Red+Green+Blue) = 228+83+85=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E45355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45355 is #1BACAA. Grayscale: #7E7E7E. Windows color (decimal): -1813675 or 5592036. OLE color: 5592036.
HSL color Cylindrical-coordinate representation of color #E45355: hue angle of 359.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45355 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 85 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.11 |
| HSL | 359.17º | 0.73% | 0.61% | - |
| HSV(B) | 359.17º | 0.64% | 0.89% | - |
| XYZ | 36.73 | 23.34 | 11.16 | - |
| YUV | 126.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 85 | 0 | 0.64 | 0.63 | 0.11 | 359.17 | 0.73 | 0.61 |
| Hex | E4 | 53 | 55 | 0 | 40 | 3F | B | 167 | 49 | 3D |
| Octal | 344 | 123 | 125 | 0 | 100 | 77 | 13 | 547 | 111 | 75 |
| Binary | 11100100 | 1010011 | 1010101 | 0 | 1000000 | 111111 | 1011 | 101100111 | 1001001 | 111101 |
Color Harmonies of #E45355
Complementary color
Monochromatic Colors of #E45355
Black with #E45355
Text Example
Text Example
White with #E45355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45355; }
p { color: rgb(228,83,85); }
H1.HeaderClassName
{
color: #E45355;
}
.AnyTagClassName
{
color: #E45355;
}
</style>
background-color css
<style>
a { background-color: #E45355; }
a { background-color: rgb(228,83,85); }
div.DivClassName
{
background-color: #E45355;
}
.BgClassName
{
background-color: #E45355;
}
</style>
border-color css
<style>
span { border-color: #E45355; }
span { border-color: rgb(228,83,85); }
td.TdClassName
{
border-color: #E45355;
}
.TagClassName
{
border-color: #E45355;
}
</style>