Shades of Mandy #EB4D4E
Tints of Mandy #EB4D4E
RGB
CMYK
RGB Variations
Color information
#EB4D4E (or 0xEB4D4E) is known color: Mandy. HEX triplet: EB, 4D and 4E. RGB value is (235,77,78). Sum of RGB (Red+Green+Blue) = 235+77+78=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D4E is #14B2B1. Grayscale: #7C7C7C. Windows color (decimal): -1356466 or 5131755. OLE color: 5131755.
HSL color Cylindrical-coordinate representation of color #EB4D4E: hue angle of 359.62º 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 #EB4D4E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 78 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.08 |
| HSL | 359.62º | 0.8% | 0.61% | - |
| HSV(B) | 359.62º | 0.67% | 0.92% | - |
| XYZ | 38.29 | 23.52 | 9.73 | - |
| YUV | 124.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 78 | 0 | 0.67 | 0.67 | 0.08 | 359.62 | 0.8 | 0.61 |
| Hex | EB | 4D | 4E | 0 | 43 | 43 | 8 | 168 | 50 | 3D |
| Octal | 353 | 115 | 116 | 0 | 103 | 103 | 10 | 550 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1001110 | 0 | 1000011 | 1000011 | 1000 | 101101000 | 1010000 | 111101 |
Color Harmonies of #EB4D4E
Complementary color
Monochromatic Colors of #EB4D4E
Black with #EB4D4E
Text Example
Text Example
White with #EB4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D4E; }
p { color: rgb(235,77,78); }
H1.HeaderClassName
{
color: #EB4D4E;
}
.AnyTagClassName
{
color: #EB4D4E;
}
</style>
background-color css
<style>
a { background-color: #EB4D4E; }
a { background-color: rgb(235,77,78); }
div.DivClassName
{
background-color: #EB4D4E;
}
.BgClassName
{
background-color: #EB4D4E;
}
</style>
border-color css
<style>
span { border-color: #EB4D4E; }
span { border-color: rgb(235,77,78); }
td.TdClassName
{
border-color: #EB4D4E;
}
.TagClassName
{
border-color: #EB4D4E;
}
</style>