Shades of Mandy #EF5256
Tints of Mandy #EF5256
RGB
CMYK
RGB Variations
Color information
#EF5256 (or 0xEF5256) is known color: Mandy. HEX triplet: EF, 52 and 56. RGB value is (239,82,86). Sum of RGB (Red+Green+Blue) = 239+82+86=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5256 is #10ADA9. Grayscale: #818181. Windows color (decimal): -1093034 or 5657327. OLE color: 5657327.
HSL color Cylindrical-coordinate representation of color #EF5256: hue angle of 358.47º 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 #EF5256 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.06 |
| HSL | 358.47º | 0.83% | 0.63% | - |
| HSV(B) | 358.47º | 0.66% | 0.94% | - |
| XYZ | 40.29 | 25.06 | 11.52 | - |
| YUV | 129.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 86 | 0 | 0.66 | 0.64 | 0.06 | 358.47 | 0.83 | 0.63 |
| Hex | EF | 52 | 56 | 0 | 42 | 40 | 6 | 166 | 53 | 3F |
| Octal | 357 | 122 | 126 | 0 | 102 | 100 | 6 | 546 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1010110 | 0 | 1000010 | 1000000 | 110 | 101100110 | 1010011 | 111111 |
Color Harmonies of #EF5256
Complementary color
Monochromatic Colors of #EF5256
Black with #EF5256
Text Example
Text Example
White with #EF5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5256; }
p { color: rgb(239,82,86); }
H1.HeaderClassName
{
color: #EF5256;
}
.AnyTagClassName
{
color: #EF5256;
}
</style>
background-color css
<style>
a { background-color: #EF5256; }
a { background-color: rgb(239,82,86); }
div.DivClassName
{
background-color: #EF5256;
}
.BgClassName
{
background-color: #EF5256;
}
</style>
border-color css
<style>
span { border-color: #EF5256; }
span { border-color: rgb(239,82,86); }
td.TdClassName
{
border-color: #EF5256;
}
.TagClassName
{
border-color: #EF5256;
}
</style>