Shades of Mandy #EA565D
Tints of Mandy #EA565D
RGB
CMYK
RGB Variations
Color information
#EA565D (or 0xEA565D) is known color: Mandy. HEX triplet: EA, 56 and 5D. RGB value is (234,86,93). Sum of RGB (Red+Green+Blue) = 234+86+93=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA565D is #15A9A2. Grayscale: #838383. Windows color (decimal): -1419683 or 6117098. OLE color: 6117098.
HSL color Cylindrical-coordinate representation of color #EA565D: hue angle of 357.16º degrees, saturation: 0.78, 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 #EA565D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 93 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.08 |
| HSL | 357.16º | 0.78% | 0.63% | - |
| HSV(B) | 357.16º | 0.63% | 0.92% | - |
| XYZ | 39.24 | 24.94 | 13.1 | - |
| YUV | 131.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 93 | 0 | 0.63 | 0.60 | 0.08 | 357.16 | 0.78 | 0.63 |
| Hex | EA | 56 | 5D | 0 | 3F | 3C | 8 | 165 | 4E | 3F |
| Octal | 352 | 126 | 135 | 0 | 77 | 74 | 10 | 545 | 116 | 77 |
| Binary | 11101010 | 1010110 | 1011101 | 0 | 111111 | 111100 | 1000 | 101100101 | 1001110 | 111111 |
Color Harmonies of #EA565D
Complementary color
Monochromatic Colors of #EA565D
Black with #EA565D
Text Example
Text Example
White with #EA565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA565D; }
p { color: rgb(234,86,93); }
H1.HeaderClassName
{
color: #EA565D;
}
.AnyTagClassName
{
color: #EA565D;
}
</style>
background-color css
<style>
a { background-color: #EA565D; }
a { background-color: rgb(234,86,93); }
div.DivClassName
{
background-color: #EA565D;
}
.BgClassName
{
background-color: #EA565D;
}
</style>
border-color css
<style>
span { border-color: #EA565D; }
span { border-color: rgb(234,86,93); }
td.TdClassName
{
border-color: #EA565D;
}
.TagClassName
{
border-color: #EA565D;
}
</style>