Shades of Mandy #EC4B4E
Tints of Mandy #EC4B4E
RGB
CMYK
RGB Variations
Color information
#EC4B4E (or 0xEC4B4E) is known color: Mandy. HEX triplet: EC, 4B and 4E. RGB value is (236,75,78). Sum of RGB (Red+Green+Blue) = 236+75+78=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B4E is #13B4B1. Grayscale: #7B7B7B. Windows color (decimal): -1291442 or 5131244. OLE color: 5131244.
HSL color Cylindrical-coordinate representation of color #EC4B4E: hue angle of 358.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B4E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 78 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.07 |
| HSL | 358.88º | 0.81% | 0.61% | - |
| HSV(B) | 358.88º | 0.68% | 0.93% | - |
| XYZ | 38.48 | 23.42 | 9.7 | - |
| YUV | 123.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 78 | 0 | 0.68 | 0.67 | 0.07 | 358.88 | 0.81 | 0.61 |
| Hex | EC | 4B | 4E | 0 | 44 | 43 | 7 | 167 | 51 | 3D |
| Octal | 354 | 113 | 116 | 0 | 104 | 103 | 7 | 547 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1001110 | 0 | 1000100 | 1000011 | 111 | 101100111 | 1010001 | 111101 |
Color Harmonies of #EC4B4E
Complementary color
Monochromatic Colors of #EC4B4E
Black with #EC4B4E
Text Example
Text Example
White with #EC4B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B4E; }
p { color: rgb(236,75,78); }
H1.HeaderClassName
{
color: #EC4B4E;
}
.AnyTagClassName
{
color: #EC4B4E;
}
</style>
background-color css
<style>
a { background-color: #EC4B4E; }
a { background-color: rgb(236,75,78); }
div.DivClassName
{
background-color: #EC4B4E;
}
.BgClassName
{
background-color: #EC4B4E;
}
</style>
border-color css
<style>
span { border-color: #EC4B4E; }
span { border-color: rgb(236,75,78); }
td.TdClassName
{
border-color: #EC4B4E;
}
.TagClassName
{
border-color: #EC4B4E;
}
</style>