Shades of Mandy #EA4E58
Tints of Mandy #EA4E58
RGB
CMYK
RGB Variations
Color information
#EA4E58 (or 0xEA4E58) is known color: Mandy. HEX triplet: EA, 4E and 58. RGB value is (234,78,88). Sum of RGB (Red+Green+Blue) = 234+78+88=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E58 is #15B1A7. Grayscale: #7D7D7D. Windows color (decimal): -1421736 or 5787370. OLE color: 5787370.
HSL color Cylindrical-coordinate representation of color #EA4E58: hue angle of 356.15º 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 #EA4E58 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 88 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.08 |
| HSL | 356.15º | 0.79% | 0.61% | - |
| HSV(B) | 356.15º | 0.67% | 0.92% | - |
| XYZ | 38.42 | 23.65 | 11.77 | - |
| YUV | 125.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 88 | 0 | 0.67 | 0.62 | 0.08 | 356.15 | 0.79 | 0.61 |
| Hex | EA | 4E | 58 | 0 | 43 | 3E | 8 | 164 | 4F | 3D |
| Octal | 352 | 116 | 130 | 0 | 103 | 76 | 10 | 544 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1011000 | 0 | 1000011 | 111110 | 1000 | 101100100 | 1001111 | 111101 |
Color Harmonies of #EA4E58
Complementary color
Monochromatic Colors of #EA4E58
Black with #EA4E58
Text Example
Text Example
White with #EA4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E58; }
p { color: rgb(234,78,88); }
H1.HeaderClassName
{
color: #EA4E58;
}
.AnyTagClassName
{
color: #EA4E58;
}
</style>
background-color css
<style>
a { background-color: #EA4E58; }
a { background-color: rgb(234,78,88); }
div.DivClassName
{
background-color: #EA4E58;
}
.BgClassName
{
background-color: #EA4E58;
}
</style>
border-color css
<style>
span { border-color: #EA4E58; }
span { border-color: rgb(234,78,88); }
td.TdClassName
{
border-color: #EA4E58;
}
.TagClassName
{
border-color: #EA4E58;
}
</style>