Shades of Mandy #EF5355
Tints of Mandy #EF5355
RGB
CMYK
RGB Variations
Color information
#EF5355 (or 0xEF5355) is known color: Mandy. HEX triplet: EF, 53 and 55. RGB value is (239,83,85). Sum of RGB (Red+Green+Blue) = 239+83+85=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5355 is #10ACAA. Grayscale: #828282. Windows color (decimal): -1092779 or 5592047. OLE color: 5592047.
HSL color Cylindrical-coordinate representation of color #EF5355: hue angle of 359.23º 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 #EF5355 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 85 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.06 |
| HSL | 359.23º | 0.83% | 0.63% | - |
| HSV(B) | 359.23º | 0.65% | 0.94% | - |
| XYZ | 40.33 | 25.19 | 11.33 | - |
| YUV | 129.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 85 | 0 | 0.65 | 0.64 | 0.06 | 359.23 | 0.83 | 0.63 |
| Hex | EF | 53 | 55 | 0 | 41 | 40 | 6 | 167 | 53 | 3F |
| Octal | 357 | 123 | 125 | 0 | 101 | 100 | 6 | 547 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1010101 | 0 | 1000001 | 1000000 | 110 | 101100111 | 1010011 | 111111 |
Color Harmonies of #EF5355
Complementary color
Monochromatic Colors of #EF5355
Black with #EF5355
Text Example
Text Example
White with #EF5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5355; }
p { color: rgb(239,83,85); }
H1.HeaderClassName
{
color: #EF5355;
}
.AnyTagClassName
{
color: #EF5355;
}
</style>
background-color css
<style>
a { background-color: #EF5355; }
a { background-color: rgb(239,83,85); }
div.DivClassName
{
background-color: #EF5355;
}
.BgClassName
{
background-color: #EF5355;
}
</style>
border-color css
<style>
span { border-color: #EF5355; }
span { border-color: rgb(239,83,85); }
td.TdClassName
{
border-color: #EF5355;
}
.TagClassName
{
border-color: #EF5355;
}
</style>