Shades of Mandy #EA4D55
Tints of Mandy #EA4D55
RGB
CMYK
RGB Variations
Color information
#EA4D55 (or 0xEA4D55) is known color: Mandy. HEX triplet: EA, 4D and 55. RGB value is (234,77,85). Sum of RGB (Red+Green+Blue) = 234+77+85=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D55 is #15B2AA. Grayscale: #7C7C7C. Windows color (decimal): -1421995 or 5590506. OLE color: 5590506.
HSL color Cylindrical-coordinate representation of color #EA4D55: hue angle of 356.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D55 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 85 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.08 |
| HSL | 356.94º | 0.79% | 0.61% | - |
| HSV(B) | 356.94º | 0.67% | 0.92% | - |
| XYZ | 38.23 | 23.46 | 11.11 | - |
| YUV | 124.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 85 | 0 | 0.67 | 0.64 | 0.08 | 356.94 | 0.79 | 0.61 |
| Hex | EA | 4D | 55 | 0 | 43 | 40 | 8 | 165 | 4F | 3D |
| Octal | 352 | 115 | 125 | 0 | 103 | 100 | 10 | 545 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1010101 | 0 | 1000011 | 1000000 | 1000 | 101100101 | 1001111 | 111101 |
Color Harmonies of #EA4D55
Complementary color
Monochromatic Colors of #EA4D55
Black with #EA4D55
Text Example
Text Example
White with #EA4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D55; }
p { color: rgb(234,77,85); }
H1.HeaderClassName
{
color: #EA4D55;
}
.AnyTagClassName
{
color: #EA4D55;
}
</style>
background-color css
<style>
a { background-color: #EA4D55; }
a { background-color: rgb(234,77,85); }
div.DivClassName
{
background-color: #EA4D55;
}
.BgClassName
{
background-color: #EA4D55;
}
</style>
border-color css
<style>
span { border-color: #EA4D55; }
span { border-color: rgb(234,77,85); }
td.TdClassName
{
border-color: #EA4D55;
}
.TagClassName
{
border-color: #EA4D55;
}
</style>