Shades of Mandy #EA4855
Tints of Mandy #EA4855
RGB
CMYK
RGB Variations
Color information
#EA4855 (or 0xEA4855) is known color: Mandy. HEX triplet: EA, 48 and 55. RGB value is (234,72,85). Sum of RGB (Red+Green+Blue) = 234+72+85=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4855 is #15B7AA. Grayscale: #7A7A7A. Windows color (decimal): -1423275 or 5589226. OLE color: 5589226.
HSL color Cylindrical-coordinate representation of color #EA4855: hue angle of 355.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4855 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.08 |
| HSL | 355.19º | 0.79% | 0.6% | - |
| HSV(B) | 355.19º | 0.69% | 0.92% | - |
| XYZ | 37.89 | 22.78 | 10.99 | - |
| YUV | 121.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 85 | 0 | 0.69 | 0.64 | 0.08 | 355.19 | 0.79 | 0.6 |
| Hex | EA | 48 | 55 | 0 | 45 | 40 | 8 | 163 | 4F | 3C |
| Octal | 352 | 110 | 125 | 0 | 105 | 100 | 10 | 543 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1010101 | 0 | 1000101 | 1000000 | 1000 | 101100011 | 1001111 | 111100 |
Color Harmonies of #EA4855
Complementary color
Monochromatic Colors of #EA4855
Black with #EA4855
Text Example
Text Example
White with #EA4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4855; }
p { color: rgb(234,72,85); }
H1.HeaderClassName
{
color: #EA4855;
}
.AnyTagClassName
{
color: #EA4855;
}
</style>
background-color css
<style>
a { background-color: #EA4855; }
a { background-color: rgb(234,72,85); }
div.DivClassName
{
background-color: #EA4855;
}
.BgClassName
{
background-color: #EA4855;
}
</style>
border-color css
<style>
span { border-color: #EA4855; }
span { border-color: rgb(234,72,85); }
td.TdClassName
{
border-color: #EA4855;
}
.TagClassName
{
border-color: #EA4855;
}
</style>