Shades of Mandy #EA5056
Tints of Mandy #EA5056
RGB
CMYK
RGB Variations
Color information
#EA5056 (or 0xEA5056) is known color: Mandy. HEX triplet: EA, 50 and 56. RGB value is (234,80,86). Sum of RGB (Red+Green+Blue) = 234+80+86=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5056 is #15AFA9. Grayscale: #7E7E7E. Windows color (decimal): -1421226 or 5656810. OLE color: 5656810.
HSL color Cylindrical-coordinate representation of color #EA5056: hue angle of 357.66º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5056 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 86 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.08 |
| HSL | 357.66º | 0.79% | 0.62% | - |
| HSV(B) | 357.66º | 0.66% | 0.92% | - |
| XYZ | 38.48 | 23.9 | 11.39 | - |
| YUV | 126.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 86 | 0 | 0.66 | 0.63 | 0.08 | 357.66 | 0.79 | 0.62 |
| Hex | EA | 50 | 56 | 0 | 42 | 3F | 8 | 166 | 4F | 3E |
| Octal | 352 | 120 | 126 | 0 | 102 | 77 | 10 | 546 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1010110 | 0 | 1000010 | 111111 | 1000 | 101100110 | 1001111 | 111110 |
Color Harmonies of #EA5056
Complementary color
Monochromatic Colors of #EA5056
Black with #EA5056
Text Example
Text Example
White with #EA5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5056; }
p { color: rgb(234,80,86); }
H1.HeaderClassName
{
color: #EA5056;
}
.AnyTagClassName
{
color: #EA5056;
}
</style>
background-color css
<style>
a { background-color: #EA5056; }
a { background-color: rgb(234,80,86); }
div.DivClassName
{
background-color: #EA5056;
}
.BgClassName
{
background-color: #EA5056;
}
</style>
border-color css
<style>
span { border-color: #EA5056; }
span { border-color: rgb(234,80,86); }
td.TdClassName
{
border-color: #EA5056;
}
.TagClassName
{
border-color: #EA5056;
}
</style>