Shades of Mandy #EF4F54
Tints of Mandy #EF4F54
RGB
CMYK
RGB Variations
Color information
#EF4F54 (or 0xEF4F54) is known color: Mandy. HEX triplet: EF, 4F and 54. RGB value is (239,79,84). Sum of RGB (Red+Green+Blue) = 239+79+84=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4F54 is #10B0AB. Grayscale: #7F7F7F. Windows color (decimal): -1093804 or 5525487. OLE color: 5525487.
HSL color Cylindrical-coordinate representation of color #EF4F54: hue angle of 358.12º 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 #EF4F54 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 84 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.06 |
| HSL | 358.13º | 0.83% | 0.62% | - |
| HSV(B) | 358.13º | 0.67% | 0.94% | - |
| XYZ | 39.99 | 24.58 | 11.02 | - |
| YUV | 127.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 84 | 0 | 0.67 | 0.65 | 0.06 | 358.13 | 0.83 | 0.62 |
| Hex | EF | 4F | 54 | 0 | 43 | 41 | 6 | 166 | 53 | 3E |
| Octal | 357 | 117 | 124 | 0 | 103 | 101 | 6 | 546 | 123 | 76 |
| Binary | 11101111 | 1001111 | 1010100 | 0 | 1000011 | 1000001 | 110 | 101100110 | 1010011 | 111110 |
Color Harmonies of #EF4F54
Complementary color
Monochromatic Colors of #EF4F54
Black with #EF4F54
Text Example
Text Example
White with #EF4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F54; }
p { color: rgb(239,79,84); }
H1.HeaderClassName
{
color: #EF4F54;
}
.AnyTagClassName
{
color: #EF4F54;
}
</style>
background-color css
<style>
a { background-color: #EF4F54; }
a { background-color: rgb(239,79,84); }
div.DivClassName
{
background-color: #EF4F54;
}
.BgClassName
{
background-color: #EF4F54;
}
</style>
border-color css
<style>
span { border-color: #EF4F54; }
span { border-color: rgb(239,79,84); }
td.TdClassName
{
border-color: #EF4F54;
}
.TagClassName
{
border-color: #EF4F54;
}
</style>