Shades of Mandy #EF5255
Tints of Mandy #EF5255
RGB
CMYK
RGB Variations
Color information
#EF5255 (or 0xEF5255) is known color: Mandy. HEX triplet: EF, 52 and 55. RGB value is (239,82,85). Sum of RGB (Red+Green+Blue) = 239+82+85=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5255 is #10ADAA. Grayscale: #818181. Windows color (decimal): -1093035 or 5591791. OLE color: 5591791.
HSL color Cylindrical-coordinate representation of color #EF5255: hue angle of 358.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5255 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 85 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.06 |
| HSL | 358.85º | 0.83% | 0.63% | - |
| HSV(B) | 358.85º | 0.66% | 0.94% | - |
| XYZ | 40.25 | 25.04 | 11.31 | - |
| YUV | 129.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 85 | 0 | 0.66 | 0.64 | 0.06 | 358.85 | 0.83 | 0.63 |
| Hex | EF | 52 | 55 | 0 | 42 | 40 | 6 | 167 | 53 | 3F |
| Octal | 357 | 122 | 125 | 0 | 102 | 100 | 6 | 547 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1010101 | 0 | 1000010 | 1000000 | 110 | 101100111 | 1010011 | 111111 |
Color Harmonies of #EF5255
Complementary color
Monochromatic Colors of #EF5255
Black with #EF5255
Text Example
Text Example
White with #EF5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5255; }
p { color: rgb(239,82,85); }
H1.HeaderClassName
{
color: #EF5255;
}
.AnyTagClassName
{
color: #EF5255;
}
</style>
background-color css
<style>
a { background-color: #EF5255; }
a { background-color: rgb(239,82,85); }
div.DivClassName
{
background-color: #EF5255;
}
.BgClassName
{
background-color: #EF5255;
}
</style>
border-color css
<style>
span { border-color: #EF5255; }
span { border-color: rgb(239,82,85); }
td.TdClassName
{
border-color: #EF5255;
}
.TagClassName
{
border-color: #EF5255;
}
</style>