Shades of Mandy #EA4F60
Tints of Mandy #EA4F60
RGB
CMYK
RGB Variations
Color information
#EA4F60 (or 0xEA4F60) is known color: Mandy. HEX triplet: EA, 4F and 60. RGB value is (234,79,96). Sum of RGB (Red+Green+Blue) = 234+79+96=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F60 is #15B09F. Grayscale: #7F7F7F. Windows color (decimal): -1421472 or 6311914. OLE color: 6311914.
HSL color Cylindrical-coordinate representation of color #EA4F60: hue angle of 353.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA4F60 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 96 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.08 |
| HSL | 353.42º | 0.79% | 0.61% | - |
| HSV(B) | 353.42º | 0.66% | 0.92% | - |
| XYZ | 38.84 | 23.93 | 13.64 | - |
| YUV | 127.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 96 | 0 | 0.66 | 0.59 | 0.08 | 353.42 | 0.79 | 0.61 |
| Hex | EA | 4F | 60 | 0 | 42 | 3B | 8 | 161 | 4F | 3D |
| Octal | 352 | 117 | 140 | 0 | 102 | 73 | 10 | 541 | 117 | 75 |
| Binary | 11101010 | 1001111 | 1100000 | 0 | 1000010 | 111011 | 1000 | 101100001 | 1001111 | 111101 |
Color Harmonies of #EA4F60
Complementary color
Monochromatic Colors of #EA4F60
Black with #EA4F60
Text Example
Text Example
White with #EA4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4F60; }
p { color: rgb(234,79,96); }
H1.HeaderClassName
{
color: #EA4F60;
}
.AnyTagClassName
{
color: #EA4F60;
}
</style>
background-color css
<style>
a { background-color: #EA4F60; }
a { background-color: rgb(234,79,96); }
div.DivClassName
{
background-color: #EA4F60;
}
.BgClassName
{
background-color: #EA4F60;
}
</style>
border-color css
<style>
span { border-color: #EA4F60; }
span { border-color: rgb(234,79,96); }
td.TdClassName
{
border-color: #EA4F60;
}
.TagClassName
{
border-color: #EA4F60;
}
</style>