Shades of Mandy #EC5054
Tints of Mandy #EC5054
RGB
CMYK
RGB Variations
Color information
#EC5054 (or 0xEC5054) is known color: Mandy. HEX triplet: EC, 50 and 54. RGB value is (236,80,84). Sum of RGB (Red+Green+Blue) = 236+80+84=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5054 is #13AFAB. Grayscale: #7F7F7F. Windows color (decimal): -1290156 or 5525740. OLE color: 5525740.
HSL color Cylindrical-coordinate representation of color #EC5054: hue angle of 358.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5054 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 84 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.07 |
| HSL | 358.46º | 0.8% | 0.62% | - |
| HSV(B) | 358.46º | 0.66% | 0.93% | - |
| XYZ | 39.06 | 24.21 | 11 | - |
| YUV | 127.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 84 | 0 | 0.66 | 0.64 | 0.07 | 358.46 | 0.8 | 0.62 |
| Hex | EC | 50 | 54 | 0 | 42 | 40 | 7 | 166 | 50 | 3E |
| Octal | 354 | 120 | 124 | 0 | 102 | 100 | 7 | 546 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1010100 | 0 | 1000010 | 1000000 | 111 | 101100110 | 1010000 | 111110 |
Color Harmonies of #EC5054
Complementary color
Monochromatic Colors of #EC5054
Black with #EC5054
Text Example
Text Example
White with #EC5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5054; }
p { color: rgb(236,80,84); }
H1.HeaderClassName
{
color: #EC5054;
}
.AnyTagClassName
{
color: #EC5054;
}
</style>
background-color css
<style>
a { background-color: #EC5054; }
a { background-color: rgb(236,80,84); }
div.DivClassName
{
background-color: #EC5054;
}
.BgClassName
{
background-color: #EC5054;
}
</style>
border-color css
<style>
span { border-color: #EC5054; }
span { border-color: rgb(236,80,84); }
td.TdClassName
{
border-color: #EC5054;
}
.TagClassName
{
border-color: #EC5054;
}
</style>