Shades of Mandy #EB4E5D
Tints of Mandy #EB4E5D
RGB
CMYK
RGB Variations
Color information
#EB4E5D (or 0xEB4E5D) is known color: Mandy. HEX triplet: EB, 4E and 5D. RGB value is (235,78,93). Sum of RGB (Red+Green+Blue) = 235+78+93=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E5D is #14B1A2. Grayscale: #7E7E7E. Windows color (decimal): -1356195 or 6115051. OLE color: 6115051.
HSL color Cylindrical-coordinate representation of color #EB4E5D: hue angle of 354.27º 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 #EB4E5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.08 |
| HSL | 354.27º | 0.8% | 0.61% | - |
| HSV(B) | 354.27º | 0.67% | 0.92% | - |
| XYZ | 38.96 | 23.9 | 12.92 | - |
| YUV | 126.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 93 | 0 | 0.67 | 0.60 | 0.08 | 354.27 | 0.8 | 0.61 |
| Hex | EB | 4E | 5D | 0 | 43 | 3C | 8 | 162 | 50 | 3D |
| Octal | 353 | 116 | 135 | 0 | 103 | 74 | 10 | 542 | 120 | 75 |
| Binary | 11101011 | 1001110 | 1011101 | 0 | 1000011 | 111100 | 1000 | 101100010 | 1010000 | 111101 |
Color Harmonies of #EB4E5D
Complementary color
Monochromatic Colors of #EB4E5D
Black with #EB4E5D
Text Example
Text Example
White with #EB4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E5D; }
p { color: rgb(235,78,93); }
H1.HeaderClassName
{
color: #EB4E5D;
}
.AnyTagClassName
{
color: #EB4E5D;
}
</style>
background-color css
<style>
a { background-color: #EB4E5D; }
a { background-color: rgb(235,78,93); }
div.DivClassName
{
background-color: #EB4E5D;
}
.BgClassName
{
background-color: #EB4E5D;
}
</style>
border-color css
<style>
span { border-color: #EB4E5D; }
span { border-color: rgb(235,78,93); }
td.TdClassName
{
border-color: #EB4E5D;
}
.TagClassName
{
border-color: #EB4E5D;
}
</style>