Shades of Mandy #EC525F
Tints of Mandy #EC525F
RGB
CMYK
RGB Variations
Color information
#EC525F (or 0xEC525F) is known color: Mandy. HEX triplet: EC, 52 and 5F. RGB value is (236,82,95). Sum of RGB (Red+Green+Blue) = 236+82+95=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525F is #13ADA0. Grayscale: #818181. Windows color (decimal): -1289633 or 6247148. OLE color: 6247148.
HSL color Cylindrical-coordinate representation of color #EC525F: hue angle of 354.94º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC525F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 95 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.07 |
| HSL | 354.94º | 0.8% | 0.62% | - |
| HSV(B) | 354.94º | 0.65% | 0.93% | - |
| XYZ | 39.67 | 24.69 | 13.5 | - |
| YUV | 129.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 95 | 0 | 0.65 | 0.60 | 0.07 | 354.94 | 0.8 | 0.62 |
| Hex | EC | 52 | 5F | 0 | 41 | 3C | 7 | 163 | 50 | 3E |
| Octal | 354 | 122 | 137 | 0 | 101 | 74 | 7 | 543 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1011111 | 0 | 1000001 | 111100 | 111 | 101100011 | 1010000 | 111110 |
Color Harmonies of #EC525F
Complementary color
Monochromatic Colors of #EC525F
Black with #EC525F
Text Example
Text Example
White with #EC525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC525F; }
p { color: rgb(236,82,95); }
H1.HeaderClassName
{
color: #EC525F;
}
.AnyTagClassName
{
color: #EC525F;
}
</style>
background-color css
<style>
a { background-color: #EC525F; }
a { background-color: rgb(236,82,95); }
div.DivClassName
{
background-color: #EC525F;
}
.BgClassName
{
background-color: #EC525F;
}
</style>
border-color css
<style>
span { border-color: #EC525F; }
span { border-color: rgb(236,82,95); }
td.TdClassName
{
border-color: #EC525F;
}
.TagClassName
{
border-color: #EC525F;
}
</style>