Shades of Mandy #EF575B
Tints of Mandy #EF575B
RGB
CMYK
RGB Variations
Color information
#EF575B (or 0xEF575B) is known color: Mandy. HEX triplet: EF, 57 and 5B. RGB value is (239,87,91). Sum of RGB (Red+Green+Blue) = 239+87+91=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF575B is #10A8A4. Grayscale: #858585. Windows color (decimal): -1091749 or 5986287. OLE color: 5986287.
HSL color Cylindrical-coordinate representation of color #EF575B: hue angle of 358.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF575B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 91 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.06 |
| HSL | 358.42º | 0.83% | 0.64% | - |
| HSV(B) | 358.42º | 0.64% | 0.94% | - |
| XYZ | 40.89 | 25.92 | 12.75 | - |
| YUV | 132.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 91 | 0 | 0.64 | 0.62 | 0.06 | 358.42 | 0.83 | 0.64 |
| Hex | EF | 57 | 5B | 0 | 40 | 3E | 6 | 166 | 53 | 40 |
| Octal | 357 | 127 | 133 | 0 | 100 | 76 | 6 | 546 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1011011 | 0 | 1000000 | 111110 | 110 | 101100110 | 1010011 | 1000000 |
Color Harmonies of #EF575B
Complementary color
Monochromatic Colors of #EF575B
Black with #EF575B
Text Example
Text Example
White with #EF575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF575B; }
p { color: rgb(239,87,91); }
H1.HeaderClassName
{
color: #EF575B;
}
.AnyTagClassName
{
color: #EF575B;
}
</style>
background-color css
<style>
a { background-color: #EF575B; }
a { background-color: rgb(239,87,91); }
div.DivClassName
{
background-color: #EF575B;
}
.BgClassName
{
background-color: #EF575B;
}
</style>
border-color css
<style>
span { border-color: #EF575B; }
span { border-color: rgb(239,87,91); }
td.TdClassName
{
border-color: #EF575B;
}
.TagClassName
{
border-color: #EF575B;
}
</style>