Shades of Mandy #EC5154
Tints of Mandy #EC5154
RGB
CMYK
RGB Variations
Color information
#EC5154 (or 0xEC5154) is known color: Mandy. HEX triplet: EC, 51 and 54. RGB value is (236,81,84). Sum of RGB (Red+Green+Blue) = 236+81+84=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5154 is #13AEAB. Grayscale: #7F7F7F. Windows color (decimal): -1289900 or 5525996. OLE color: 5525996.
HSL color Cylindrical-coordinate representation of color #EC5154: hue angle of 358.84º 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 #EC5154 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 84 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.07 |
| HSL | 358.84º | 0.8% | 0.62% | - |
| HSV(B) | 358.84º | 0.66% | 0.93% | - |
| XYZ | 39.13 | 24.36 | 11.03 | - |
| YUV | 127.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 84 | 0 | 0.66 | 0.64 | 0.07 | 358.84 | 0.8 | 0.62 |
| Hex | EC | 51 | 54 | 0 | 42 | 40 | 7 | 167 | 50 | 3E |
| Octal | 354 | 121 | 124 | 0 | 102 | 100 | 7 | 547 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1010100 | 0 | 1000010 | 1000000 | 111 | 101100111 | 1010000 | 111110 |
Color Harmonies of #EC5154
Complementary color
Monochromatic Colors of #EC5154
Black with #EC5154
Text Example
Text Example
White with #EC5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5154; }
p { color: rgb(236,81,84); }
H1.HeaderClassName
{
color: #EC5154;
}
.AnyTagClassName
{
color: #EC5154;
}
</style>
background-color css
<style>
a { background-color: #EC5154; }
a { background-color: rgb(236,81,84); }
div.DivClassName
{
background-color: #EC5154;
}
.BgClassName
{
background-color: #EC5154;
}
</style>
border-color css
<style>
span { border-color: #EC5154; }
span { border-color: rgb(236,81,84); }
td.TdClassName
{
border-color: #EC5154;
}
.TagClassName
{
border-color: #EC5154;
}
</style>