Shades of Mandy #EF5458
Tints of Mandy #EF5458
RGB
CMYK
RGB Variations
Color information
#EF5458 (or 0xEF5458) is known color: Mandy. HEX triplet: EF, 54 and 58. RGB value is (239,84,88). Sum of RGB (Red+Green+Blue) = 239+84+88=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5458 is #10ABA7. Grayscale: #828282. Windows color (decimal): -1092520 or 5788911. OLE color: 5788911.
HSL color Cylindrical-coordinate representation of color #EF5458: hue angle of 358.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5458 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 88 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.06 |
| HSL | 358.45º | 0.83% | 0.63% | - |
| HSV(B) | 358.45º | 0.65% | 0.94% | - |
| XYZ | 40.53 | 25.4 | 12 | - |
| YUV | 130.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 88 | 0 | 0.65 | 0.63 | 0.06 | 358.45 | 0.83 | 0.63 |
| Hex | EF | 54 | 58 | 0 | 41 | 3F | 6 | 166 | 53 | 3F |
| Octal | 357 | 124 | 130 | 0 | 101 | 77 | 6 | 546 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1011000 | 0 | 1000001 | 111111 | 110 | 101100110 | 1010011 | 111111 |
Color Harmonies of #EF5458
Complementary color
Monochromatic Colors of #EF5458
Black with #EF5458
Text Example
Text Example
White with #EF5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5458; }
p { color: rgb(239,84,88); }
H1.HeaderClassName
{
color: #EF5458;
}
.AnyTagClassName
{
color: #EF5458;
}
</style>
background-color css
<style>
a { background-color: #EF5458; }
a { background-color: rgb(239,84,88); }
div.DivClassName
{
background-color: #EF5458;
}
.BgClassName
{
background-color: #EF5458;
}
</style>
border-color css
<style>
span { border-color: #EF5458; }
span { border-color: rgb(239,84,88); }
td.TdClassName
{
border-color: #EF5458;
}
.TagClassName
{
border-color: #EF5458;
}
</style>