Shades of Mandy #EB5256
Tints of Mandy #EB5256
RGB
CMYK
RGB Variations
Color information
#EB5256 (or 0xEB5256) is known color: Mandy. HEX triplet: EB, 52 and 56. RGB value is (235,82,86). Sum of RGB (Red+Green+Blue) = 235+82+86=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5256 is #14ADA9. Grayscale: #808080. Windows color (decimal): -1355178 or 5657323. OLE color: 5657323.
HSL color Cylindrical-coordinate representation of color #EB5256: hue angle of 358.43º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB5256 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 86 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.08 |
| HSL | 358.43º | 0.79% | 0.62% | - |
| HSV(B) | 358.43º | 0.65% | 0.92% | - |
| XYZ | 38.96 | 24.37 | 11.45 | - |
| YUV | 128.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 86 | 0 | 0.65 | 0.63 | 0.08 | 358.43 | 0.79 | 0.62 |
| Hex | EB | 52 | 56 | 0 | 41 | 3F | 8 | 166 | 4F | 3E |
| Octal | 353 | 122 | 126 | 0 | 101 | 77 | 10 | 546 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1010110 | 0 | 1000001 | 111111 | 1000 | 101100110 | 1001111 | 111110 |
Color Harmonies of #EB5256
Complementary color
Monochromatic Colors of #EB5256
Black with #EB5256
Text Example
Text Example
White with #EB5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5256; }
p { color: rgb(235,82,86); }
H1.HeaderClassName
{
color: #EB5256;
}
.AnyTagClassName
{
color: #EB5256;
}
</style>
background-color css
<style>
a { background-color: #EB5256; }
a { background-color: rgb(235,82,86); }
div.DivClassName
{
background-color: #EB5256;
}
.BgClassName
{
background-color: #EB5256;
}
</style>
border-color css
<style>
span { border-color: #EB5256; }
span { border-color: rgb(235,82,86); }
td.TdClassName
{
border-color: #EB5256;
}
.TagClassName
{
border-color: #EB5256;
}
</style>