Shades of Mandy #EB4D57
Tints of Mandy #EB4D57
RGB
CMYK
RGB Variations
Color information
#EB4D57 (or 0xEB4D57) is known color: Mandy. HEX triplet: EB, 4D and 57. RGB value is (235,77,87). Sum of RGB (Red+Green+Blue) = 235+77+87=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D57 is #14B2A8. Grayscale: #7D7D7D. Windows color (decimal): -1356457 or 5721579. OLE color: 5721579.
HSL color Cylindrical-coordinate representation of color #EB4D57: hue angle of 356.2º 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 #EB4D57 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 87 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.08 |
| HSL | 356.2º | 0.8% | 0.61% | - |
| HSV(B) | 356.2º | 0.67% | 0.92% | - |
| XYZ | 38.64 | 23.66 | 11.55 | - |
| YUV | 125.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 87 | 0 | 0.67 | 0.63 | 0.08 | 356.2 | 0.8 | 0.61 |
| Hex | EB | 4D | 57 | 0 | 43 | 3F | 8 | 164 | 50 | 3D |
| Octal | 353 | 115 | 127 | 0 | 103 | 77 | 10 | 544 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1010111 | 0 | 1000011 | 111111 | 1000 | 101100100 | 1010000 | 111101 |
Color Harmonies of #EB4D57
Complementary color
Monochromatic Colors of #EB4D57
Black with #EB4D57
Text Example
Text Example
White with #EB4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D57; }
p { color: rgb(235,77,87); }
H1.HeaderClassName
{
color: #EB4D57;
}
.AnyTagClassName
{
color: #EB4D57;
}
</style>
background-color css
<style>
a { background-color: #EB4D57; }
a { background-color: rgb(235,77,87); }
div.DivClassName
{
background-color: #EB4D57;
}
.BgClassName
{
background-color: #EB4D57;
}
</style>
border-color css
<style>
span { border-color: #EB4D57; }
span { border-color: rgb(235,77,87); }
td.TdClassName
{
border-color: #EB4D57;
}
.TagClassName
{
border-color: #EB4D57;
}
</style>