Shades of Mandy #EB565C
Tints of Mandy #EB565C
RGB
CMYK
RGB Variations
Color information
#EB565C (or 0xEB565C) is known color: Mandy. HEX triplet: EB, 56 and 5C. RGB value is (235,86,92). Sum of RGB (Red+Green+Blue) = 235+86+92=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB565C is #14A9A3. Grayscale: #838383. Windows color (decimal): -1354148 or 6051563. OLE color: 6051563.
HSL color Cylindrical-coordinate representation of color #EB565C: hue angle of 357.58º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB565C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.08 |
| HSL | 357.58º | 0.79% | 0.63% | - |
| HSV(B) | 357.58º | 0.63% | 0.92% | - |
| XYZ | 39.52 | 25.09 | 12.89 | - |
| YUV | 131.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 92 | 0 | 0.63 | 0.61 | 0.08 | 357.58 | 0.79 | 0.63 |
| Hex | EB | 56 | 5C | 0 | 3F | 3D | 8 | 166 | 4F | 3F |
| Octal | 353 | 126 | 134 | 0 | 77 | 75 | 10 | 546 | 117 | 77 |
| Binary | 11101011 | 1010110 | 1011100 | 0 | 111111 | 111101 | 1000 | 101100110 | 1001111 | 111111 |
Color Harmonies of #EB565C
Complementary color
Monochromatic Colors of #EB565C
Black with #EB565C
Text Example
Text Example
White with #EB565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB565C; }
p { color: rgb(235,86,92); }
H1.HeaderClassName
{
color: #EB565C;
}
.AnyTagClassName
{
color: #EB565C;
}
</style>
background-color css
<style>
a { background-color: #EB565C; }
a { background-color: rgb(235,86,92); }
div.DivClassName
{
background-color: #EB565C;
}
.BgClassName
{
background-color: #EB565C;
}
</style>
border-color css
<style>
span { border-color: #EB565C; }
span { border-color: rgb(235,86,92); }
td.TdClassName
{
border-color: #EB565C;
}
.TagClassName
{
border-color: #EB565C;
}
</style>