Shades of Mandy #EF585B
Tints of Mandy #EF585B
RGB
CMYK
RGB Variations
Color information
#EF585B (or 0xEF585B) is known color: Mandy. HEX triplet: EF, 58 and 5B. RGB value is (239,88,91). Sum of RGB (Red+Green+Blue) = 239+88+91=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF585B is #10A7A4. Grayscale: #858585. Windows color (decimal): -1091493 or 5986543. OLE color: 5986543.
HSL color Cylindrical-coordinate representation of color #EF585B: hue angle of 358.81º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF585B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 91 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 358.81º | 0.83% | 0.64% | - |
| HSV(B) | 358.81º | 0.63% | 0.94% | - |
| XYZ | 40.97 | 26.09 | 12.77 | - |
| YUV | 133.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 91 | 0 | 0.63 | 0.62 | 0.06 | 358.81 | 0.83 | 0.64 |
| Hex | EF | 58 | 5B | 0 | 3F | 3E | 6 | 167 | 53 | 40 |
| Octal | 357 | 130 | 133 | 0 | 77 | 76 | 6 | 547 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1011011 | 0 | 111111 | 111110 | 110 | 101100111 | 1010011 | 1000000 |
Color Harmonies of #EF585B
Complementary color
Monochromatic Colors of #EF585B
Black with #EF585B
Text Example
Text Example
White with #EF585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF585B; }
p { color: rgb(239,88,91); }
H1.HeaderClassName
{
color: #EF585B;
}
.AnyTagClassName
{
color: #EF585B;
}
</style>
background-color css
<style>
a { background-color: #EF585B; }
a { background-color: rgb(239,88,91); }
div.DivClassName
{
background-color: #EF585B;
}
.BgClassName
{
background-color: #EF585B;
}
</style>
border-color css
<style>
span { border-color: #EF585B; }
span { border-color: rgb(239,88,91); }
td.TdClassName
{
border-color: #EF585B;
}
.TagClassName
{
border-color: #EF585B;
}
</style>