Shades of Mandy #EF535A
Tints of Mandy #EF535A
RGB
CMYK
RGB Variations
Color information
#EF535A (or 0xEF535A) is known color: Mandy. HEX triplet: EF, 53 and 5A. RGB value is (239,83,90). Sum of RGB (Red+Green+Blue) = 239+83+90=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF535A is #10ACA5. Grayscale: #828282. Windows color (decimal): -1092774 or 5919727. OLE color: 5919727.
HSL color Cylindrical-coordinate representation of color #EF535A: hue angle of 357.31º 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 #EF535A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 90 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 357.31º | 0.83% | 0.63% | - |
| HSV(B) | 357.31º | 0.65% | 0.94% | - |
| XYZ | 40.54 | 25.28 | 12.42 | - |
| YUV | 130.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 90 | 0 | 0.65 | 0.62 | 0.06 | 357.31 | 0.83 | 0.63 |
| Hex | EF | 53 | 5A | 0 | 41 | 3E | 6 | 165 | 53 | 3F |
| Octal | 357 | 123 | 132 | 0 | 101 | 76 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1011010 | 0 | 1000001 | 111110 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF535A
Complementary color
Monochromatic Colors of #EF535A
Black with #EF535A
Text Example
Text Example
White with #EF535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF535A; }
p { color: rgb(239,83,90); }
H1.HeaderClassName
{
color: #EF535A;
}
.AnyTagClassName
{
color: #EF535A;
}
</style>
background-color css
<style>
a { background-color: #EF535A; }
a { background-color: rgb(239,83,90); }
div.DivClassName
{
background-color: #EF535A;
}
.BgClassName
{
background-color: #EF535A;
}
</style>
border-color css
<style>
span { border-color: #EF535A; }
span { border-color: rgb(239,83,90); }
td.TdClassName
{
border-color: #EF535A;
}
.TagClassName
{
border-color: #EF535A;
}
</style>