Shades of Mandy #EF4E50
Tints of Mandy #EF4E50
RGB
CMYK
RGB Variations
Color information
#EF4E50 (or 0xEF4E50) is known color: Mandy. HEX triplet: EF, 4E and 50. RGB value is (239,78,80). Sum of RGB (Red+Green+Blue) = 239+78+80=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4E50 is #10B1AF. Grayscale: #7E7E7E. Windows color (decimal): -1094064 or 5263087. OLE color: 5263087.
HSL color Cylindrical-coordinate representation of color #EF4E50: hue angle of 359.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4E50 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 80 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.06 |
| HSL | 359.25º | 0.83% | 0.62% | - |
| HSV(B) | 359.25º | 0.67% | 0.94% | - |
| XYZ | 39.77 | 24.38 | 10.2 | - |
| YUV | 126.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 80 | 0 | 0.67 | 0.67 | 0.06 | 359.25 | 0.83 | 0.62 |
| Hex | EF | 4E | 50 | 0 | 43 | 43 | 6 | 167 | 53 | 3E |
| Octal | 357 | 116 | 120 | 0 | 103 | 103 | 6 | 547 | 123 | 76 |
| Binary | 11101111 | 1001110 | 1010000 | 0 | 1000011 | 1000011 | 110 | 101100111 | 1010011 | 111110 |
Color Harmonies of #EF4E50
Complementary color
Monochromatic Colors of #EF4E50
Black with #EF4E50
Text Example
Text Example
White with #EF4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E50; }
p { color: rgb(239,78,80); }
H1.HeaderClassName
{
color: #EF4E50;
}
.AnyTagClassName
{
color: #EF4E50;
}
</style>
background-color css
<style>
a { background-color: #EF4E50; }
a { background-color: rgb(239,78,80); }
div.DivClassName
{
background-color: #EF4E50;
}
.BgClassName
{
background-color: #EF4E50;
}
</style>
border-color css
<style>
span { border-color: #EF4E50; }
span { border-color: rgb(239,78,80); }
td.TdClassName
{
border-color: #EF4E50;
}
.TagClassName
{
border-color: #EF4E50;
}
</style>