Shades of Mandy #EA4A56
Tints of Mandy #EA4A56
RGB
CMYK
RGB Variations
Color information
#EA4A56 (or 0xEA4A56) is known color: Mandy. HEX triplet: EA, 4A and 56. RGB value is (234,74,86). Sum of RGB (Red+Green+Blue) = 234+74+86=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A56 is #15B5A9. Grayscale: #7B7B7B. Windows color (decimal): -1422762 or 5655274. OLE color: 5655274.
HSL color Cylindrical-coordinate representation of color #EA4A56: hue angle of 355.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A56 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 86 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.08 |
| HSL | 355.5º | 0.79% | 0.6% | - |
| HSV(B) | 355.5º | 0.68% | 0.92% | - |
| XYZ | 38.06 | 23.06 | 11.25 | - |
| YUV | 123.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 86 | 0 | 0.68 | 0.63 | 0.08 | 355.5 | 0.79 | 0.6 |
| Hex | EA | 4A | 56 | 0 | 44 | 3F | 8 | 164 | 4F | 3C |
| Octal | 352 | 112 | 126 | 0 | 104 | 77 | 10 | 544 | 117 | 74 |
| Binary | 11101010 | 1001010 | 1010110 | 0 | 1000100 | 111111 | 1000 | 101100100 | 1001111 | 111100 |
Color Harmonies of #EA4A56
Complementary color
Monochromatic Colors of #EA4A56
Black with #EA4A56
Text Example
Text Example
White with #EA4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A56; }
p { color: rgb(234,74,86); }
H1.HeaderClassName
{
color: #EA4A56;
}
.AnyTagClassName
{
color: #EA4A56;
}
</style>
background-color css
<style>
a { background-color: #EA4A56; }
a { background-color: rgb(234,74,86); }
div.DivClassName
{
background-color: #EA4A56;
}
.BgClassName
{
background-color: #EA4A56;
}
</style>
border-color css
<style>
span { border-color: #EA4A56; }
span { border-color: rgb(234,74,86); }
td.TdClassName
{
border-color: #EA4A56;
}
.TagClassName
{
border-color: #EA4A56;
}
</style>