Shades of Mandy #EB545E
Tints of Mandy #EB545E
RGB
CMYK
RGB Variations
Color information
#EB545E (or 0xEB545E) is known color: Mandy. HEX triplet: EB, 54 and 5E. RGB value is (235,84,94). Sum of RGB (Red+Green+Blue) = 235+84+94=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB545E is #14ABA1. Grayscale: #828282. Windows color (decimal): -1354658 or 6182123. OLE color: 6182123.
HSL color Cylindrical-coordinate representation of color #EB545E: hue angle of 356.03º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB545E is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 94 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.08 |
| HSL | 356.03º | 0.79% | 0.63% | - |
| HSV(B) | 356.03º | 0.64% | 0.92% | - |
| XYZ | 39.45 | 24.81 | 13.3 | - |
| YUV | 130.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 94 | 0 | 0.64 | 0.6 | 0.08 | 356.03 | 0.79 | 0.63 |
| Hex | EB | 54 | 5E | 0 | 40 | 3C | 8 | 164 | 4F | 3F |
| Octal | 353 | 124 | 136 | 0 | 100 | 74 | 10 | 544 | 117 | 77 |
| Binary | 11101011 | 1010100 | 1011110 | 0 | 1000000 | 111100 | 1000 | 101100100 | 1001111 | 111111 |
Color Harmonies of #EB545E
Complementary color
Monochromatic Colors of #EB545E
Black with #EB545E
Text Example
Text Example
White with #EB545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB545E; }
p { color: rgb(235,84,94); }
H1.HeaderClassName
{
color: #EB545E;
}
.AnyTagClassName
{
color: #EB545E;
}
</style>
background-color css
<style>
a { background-color: #EB545E; }
a { background-color: rgb(235,84,94); }
div.DivClassName
{
background-color: #EB545E;
}
.BgClassName
{
background-color: #EB545E;
}
</style>
border-color css
<style>
span { border-color: #EB545E; }
span { border-color: rgb(235,84,94); }
td.TdClassName
{
border-color: #EB545E;
}
.TagClassName
{
border-color: #EB545E;
}
</style>