Shades of Mandy #EA4F50
Tints of Mandy #EA4F50
RGB
CMYK
RGB Variations
Color information
#EA4F50 (or 0xEA4F50) is known color: Mandy. HEX triplet: EA, 4F and 50. RGB value is (234,79,80). Sum of RGB (Red+Green+Blue) = 234+79+80=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F50 is #15B0AF. Grayscale: #7D7D7D. Windows color (decimal): -1421488 or 5263338. OLE color: 5263338.
HSL color Cylindrical-coordinate representation of color #EA4F50: hue angle of 359.61º 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 #EA4F50 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 80 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.08 |
| HSL | 359.61º | 0.79% | 0.61% | - |
| HSV(B) | 359.61º | 0.66% | 0.92% | - |
| XYZ | 38.18 | 23.66 | 10.14 | - |
| YUV | 125.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 80 | 0 | 0.66 | 0.66 | 0.08 | 359.61 | 0.79 | 0.61 |
| Hex | EA | 4F | 50 | 0 | 42 | 42 | 8 | 168 | 4F | 3D |
| Octal | 352 | 117 | 120 | 0 | 102 | 102 | 10 | 550 | 117 | 75 |
| Binary | 11101010 | 1001111 | 1010000 | 0 | 1000010 | 1000010 | 1000 | 101101000 | 1001111 | 111101 |
Color Harmonies of #EA4F50
Complementary color
Monochromatic Colors of #EA4F50
Black with #EA4F50
Text Example
Text Example
White with #EA4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4F50; }
p { color: rgb(234,79,80); }
H1.HeaderClassName
{
color: #EA4F50;
}
.AnyTagClassName
{
color: #EA4F50;
}
</style>
background-color css
<style>
a { background-color: #EA4F50; }
a { background-color: rgb(234,79,80); }
div.DivClassName
{
background-color: #EA4F50;
}
.BgClassName
{
background-color: #EA4F50;
}
</style>
border-color css
<style>
span { border-color: #EA4F50; }
span { border-color: rgb(234,79,80); }
td.TdClassName
{
border-color: #EA4F50;
}
.TagClassName
{
border-color: #EA4F50;
}
</style>