Shades of Mandy #EA4E52
Tints of Mandy #EA4E52
RGB
CMYK
RGB Variations
Color information
#EA4E52 (or 0xEA4E52) is known color: Mandy. HEX triplet: EA, 4E and 52. RGB value is (234,78,82). Sum of RGB (Red+Green+Blue) = 234+78+82=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E52 is #15B1AD. Grayscale: #7D7D7D. Windows color (decimal): -1421742 or 5394154. OLE color: 5394154.
HSL color Cylindrical-coordinate representation of color #EA4E52: hue angle of 358.46º 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 #EA4E52 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 82 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.08 |
| HSL | 358.46º | 0.79% | 0.61% | - |
| HSV(B) | 358.46º | 0.67% | 0.92% | - |
| XYZ | 38.18 | 23.55 | 10.52 | - |
| YUV | 125.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 82 | 0 | 0.67 | 0.65 | 0.08 | 358.46 | 0.79 | 0.61 |
| Hex | EA | 4E | 52 | 0 | 43 | 41 | 8 | 166 | 4F | 3D |
| Octal | 352 | 116 | 122 | 0 | 103 | 101 | 10 | 546 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1010010 | 0 | 1000011 | 1000001 | 1000 | 101100110 | 1001111 | 111101 |
Color Harmonies of #EA4E52
Complementary color
Monochromatic Colors of #EA4E52
Black with #EA4E52
Text Example
Text Example
White with #EA4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E52; }
p { color: rgb(234,78,82); }
H1.HeaderClassName
{
color: #EA4E52;
}
.AnyTagClassName
{
color: #EA4E52;
}
</style>
background-color css
<style>
a { background-color: #EA4E52; }
a { background-color: rgb(234,78,82); }
div.DivClassName
{
background-color: #EA4E52;
}
.BgClassName
{
background-color: #EA4E52;
}
</style>
border-color css
<style>
span { border-color: #EA4E52; }
span { border-color: rgb(234,78,82); }
td.TdClassName
{
border-color: #EA4E52;
}
.TagClassName
{
border-color: #EA4E52;
}
</style>