Shades of Mandy #EA4D5D
Tints of Mandy #EA4D5D
RGB
CMYK
RGB Variations
Color information
#EA4D5D (or 0xEA4D5D) is known color: Mandy. HEX triplet: EA, 4D and 5D. RGB value is (234,77,93). Sum of RGB (Red+Green+Blue) = 234+77+93=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D5D is #15B2A2. Grayscale: #7D7D7D. Windows color (decimal): -1421987 or 6114794. OLE color: 6114794.
HSL color Cylindrical-coordinate representation of color #EA4D5D: hue angle of 353.89º 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 #EA4D5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.08 |
| HSL | 353.89º | 0.79% | 0.61% | - |
| HSV(B) | 353.89º | 0.67% | 0.92% | - |
| XYZ | 38.56 | 23.59 | 12.88 | - |
| YUV | 125.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 93 | 0 | 0.67 | 0.60 | 0.08 | 353.89 | 0.79 | 0.61 |
| Hex | EA | 4D | 5D | 0 | 43 | 3C | 8 | 162 | 4F | 3D |
| Octal | 352 | 115 | 135 | 0 | 103 | 74 | 10 | 542 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1011101 | 0 | 1000011 | 111100 | 1000 | 101100010 | 1001111 | 111101 |
Color Harmonies of #EA4D5D
Complementary color
Monochromatic Colors of #EA4D5D
Black with #EA4D5D
Text Example
Text Example
White with #EA4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D5D; }
p { color: rgb(234,77,93); }
H1.HeaderClassName
{
color: #EA4D5D;
}
.AnyTagClassName
{
color: #EA4D5D;
}
</style>
background-color css
<style>
a { background-color: #EA4D5D; }
a { background-color: rgb(234,77,93); }
div.DivClassName
{
background-color: #EA4D5D;
}
.BgClassName
{
background-color: #EA4D5D;
}
</style>
border-color css
<style>
span { border-color: #EA4D5D; }
span { border-color: rgb(234,77,93); }
td.TdClassName
{
border-color: #EA4D5D;
}
.TagClassName
{
border-color: #EA4D5D;
}
</style>