Shades of Mandy #EB4E5E
Tints of Mandy #EB4E5E
RGB
CMYK
RGB Variations
Color information
#EB4E5E (or 0xEB4E5E) is known color: Mandy. HEX triplet: EB, 4E and 5E. RGB value is (235,78,94). Sum of RGB (Red+Green+Blue) = 235+78+94=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E5E is #14B1A1. Grayscale: #7E7E7E. Windows color (decimal): -1356194 or 6180587. OLE color: 6180587.
HSL color Cylindrical-coordinate representation of color #EB4E5E: hue angle of 353.89º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4E5E is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 94 | - |
| CMYK | 0 | 0.67 | 0.6 | 0.08 |
| HSL | 353.89º | 0.8% | 0.61% | - |
| HSV(B) | 353.89º | 0.67% | 0.92% | - |
| XYZ | 39.01 | 23.92 | 13.15 | - |
| YUV | 126.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 94 | 0 | 0.67 | 0.6 | 0.08 | 353.89 | 0.8 | 0.61 |
| Hex | EB | 4E | 5E | 0 | 43 | 3C | 8 | 162 | 50 | 3D |
| Octal | 353 | 116 | 136 | 0 | 103 | 74 | 10 | 542 | 120 | 75 |
| Binary | 11101011 | 1001110 | 1011110 | 0 | 1000011 | 111100 | 1000 | 101100010 | 1010000 | 111101 |
Color Harmonies of #EB4E5E
Complementary color
Monochromatic Colors of #EB4E5E
Black with #EB4E5E
Text Example
Text Example
White with #EB4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E5E; }
p { color: rgb(235,78,94); }
H1.HeaderClassName
{
color: #EB4E5E;
}
.AnyTagClassName
{
color: #EB4E5E;
}
</style>
background-color css
<style>
a { background-color: #EB4E5E; }
a { background-color: rgb(235,78,94); }
div.DivClassName
{
background-color: #EB4E5E;
}
.BgClassName
{
background-color: #EB4E5E;
}
</style>
border-color css
<style>
span { border-color: #EB4E5E; }
span { border-color: rgb(235,78,94); }
td.TdClassName
{
border-color: #EB4E5E;
}
.TagClassName
{
border-color: #EB4E5E;
}
</style>