Shades of Mandy #EF535B
Tints of Mandy #EF535B
RGB
CMYK
RGB Variations
Color information
#EF535B (or 0xEF535B) is known color: Mandy. HEX triplet: EF, 53 and 5B. RGB value is (239,83,91). Sum of RGB (Red+Green+Blue) = 239+83+91=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF535B is #10ACA4. Grayscale: #828282. Windows color (decimal): -1092773 or 5985263. OLE color: 5985263.
HSL color Cylindrical-coordinate representation of color #EF535B: hue angle of 356.92º 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 #EF535B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 91 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 356.92º | 0.83% | 0.63% | - |
| HSV(B) | 356.92º | 0.65% | 0.94% | - |
| XYZ | 40.58 | 25.29 | 12.64 | - |
| YUV | 130.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 91 | 0 | 0.65 | 0.62 | 0.06 | 356.92 | 0.83 | 0.63 |
| Hex | EF | 53 | 5B | 0 | 41 | 3E | 6 | 165 | 53 | 3F |
| Octal | 357 | 123 | 133 | 0 | 101 | 76 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1011011 | 0 | 1000001 | 111110 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF535B
Complementary color
Monochromatic Colors of #EF535B
Black with #EF535B
Text Example
Text Example
White with #EF535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF535B; }
p { color: rgb(239,83,91); }
H1.HeaderClassName
{
color: #EF535B;
}
.AnyTagClassName
{
color: #EF535B;
}
</style>
background-color css
<style>
a { background-color: #EF535B; }
a { background-color: rgb(239,83,91); }
div.DivClassName
{
background-color: #EF535B;
}
.BgClassName
{
background-color: #EF535B;
}
</style>
border-color css
<style>
span { border-color: #EF535B; }
span { border-color: rgb(239,83,91); }
td.TdClassName
{
border-color: #EF535B;
}
.TagClassName
{
border-color: #EF535B;
}
</style>