Shades of Mandy #EA4D4F
Tints of Mandy #EA4D4F
RGB
CMYK
RGB Variations
Color information
#EA4D4F (or 0xEA4D4F) is known color: Mandy. HEX triplet: EA, 4D and 4F. RGB value is (234,77,79). Sum of RGB (Red+Green+Blue) = 234+77+79=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D4F is #15B2B0. Grayscale: #7C7C7C. Windows color (decimal): -1422001 or 5197290. OLE color: 5197290.
HSL color Cylindrical-coordinate representation of color #EA4D4F: hue angle of 359.24º 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 #EA4D4F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 79 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.08 |
| HSL | 359.24º | 0.79% | 0.61% | - |
| HSV(B) | 359.24º | 0.67% | 0.92% | - |
| XYZ | 38 | 23.36 | 9.9 | - |
| YUV | 124.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 79 | 0 | 0.67 | 0.66 | 0.08 | 359.24 | 0.79 | 0.61 |
| Hex | EA | 4D | 4F | 0 | 43 | 42 | 8 | 167 | 4F | 3D |
| Octal | 352 | 115 | 117 | 0 | 103 | 102 | 10 | 547 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1001111 | 0 | 1000011 | 1000010 | 1000 | 101100111 | 1001111 | 111101 |
Color Harmonies of #EA4D4F
Complementary color
Monochromatic Colors of #EA4D4F
Black with #EA4D4F
Text Example
Text Example
White with #EA4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D4F; }
p { color: rgb(234,77,79); }
H1.HeaderClassName
{
color: #EA4D4F;
}
.AnyTagClassName
{
color: #EA4D4F;
}
</style>
background-color css
<style>
a { background-color: #EA4D4F; }
a { background-color: rgb(234,77,79); }
div.DivClassName
{
background-color: #EA4D4F;
}
.BgClassName
{
background-color: #EA4D4F;
}
</style>
border-color css
<style>
span { border-color: #EA4D4F; }
span { border-color: rgb(234,77,79); }
td.TdClassName
{
border-color: #EA4D4F;
}
.TagClassName
{
border-color: #EA4D4F;
}
</style>