Shades of Mandy #EF575A
Tints of Mandy #EF575A
RGB
CMYK
RGB Variations
Color information
#EF575A (or 0xEF575A) is known color: Mandy. HEX triplet: EF, 57 and 5A. RGB value is (239,87,90). Sum of RGB (Red+Green+Blue) = 239+87+90=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF575A is #10A8A5. Grayscale: #848484. Windows color (decimal): -1091750 or 5920751. OLE color: 5920751.
HSL color Cylindrical-coordinate representation of color #EF575A: hue angle of 358.82º 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 #EF575A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 90 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.06 |
| HSL | 358.82º | 0.83% | 0.64% | - |
| HSV(B) | 358.82º | 0.64% | 0.94% | - |
| XYZ | 40.85 | 25.91 | 12.52 | - |
| YUV | 132.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 90 | 0 | 0.64 | 0.62 | 0.06 | 358.82 | 0.83 | 0.64 |
| Hex | EF | 57 | 5A | 0 | 40 | 3E | 6 | 167 | 53 | 40 |
| Octal | 357 | 127 | 132 | 0 | 100 | 76 | 6 | 547 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1011010 | 0 | 1000000 | 111110 | 110 | 101100111 | 1010011 | 1000000 |
Color Harmonies of #EF575A
Complementary color
Monochromatic Colors of #EF575A
Black with #EF575A
Text Example
Text Example
White with #EF575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF575A; }
p { color: rgb(239,87,90); }
H1.HeaderClassName
{
color: #EF575A;
}
.AnyTagClassName
{
color: #EF575A;
}
</style>
background-color css
<style>
a { background-color: #EF575A; }
a { background-color: rgb(239,87,90); }
div.DivClassName
{
background-color: #EF575A;
}
.BgClassName
{
background-color: #EF575A;
}
</style>
border-color css
<style>
span { border-color: #EF575A; }
span { border-color: rgb(239,87,90); }
td.TdClassName
{
border-color: #EF575A;
}
.TagClassName
{
border-color: #EF575A;
}
</style>