Shades of Froly #EC5A5E
Tints of Froly #EC5A5E
RGB
CMYK
RGB Variations
Color information
#EC5A5E (or 0xEC5A5E) is known color: Froly. HEX triplet: EC, 5A and 5E. RGB value is (236,90,94). Sum of RGB (Red+Green+Blue) = 236+90+94=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A5E is #13A5A1. Grayscale: #868686. Windows color (decimal): -1287586 or 6183660. OLE color: 6183660.
HSL color Cylindrical-coordinate representation of color #EC5A5E: hue angle of 358.36º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5A5E is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 94 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.07 |
| HSL | 358.36º | 0.79% | 0.64% | - |
| HSV(B) | 358.36º | 0.62% | 0.93% | - |
| XYZ | 40.27 | 25.95 | 13.48 | - |
| YUV | 134.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 94 | 0 | 0.62 | 0.60 | 0.07 | 358.36 | 0.79 | 0.64 |
| Hex | EC | 5A | 5E | 0 | 3E | 3C | 7 | 166 | 4F | 40 |
| Octal | 354 | 132 | 136 | 0 | 76 | 74 | 7 | 546 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1011110 | 0 | 111110 | 111100 | 111 | 101100110 | 1001111 | 1000000 |
Color Harmonies of #EC5A5E
Complementary color
Monochromatic Colors of #EC5A5E
Black with #EC5A5E
Text Example
Text Example
White with #EC5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A5E; }
p { color: rgb(236,90,94); }
H1.HeaderClassName
{
color: #EC5A5E;
}
.AnyTagClassName
{
color: #EC5A5E;
}
</style>
background-color css
<style>
a { background-color: #EC5A5E; }
a { background-color: rgb(236,90,94); }
div.DivClassName
{
background-color: #EC5A5E;
}
.BgClassName
{
background-color: #EC5A5E;
}
</style>
border-color css
<style>
span { border-color: #EC5A5E; }
span { border-color: rgb(236,90,94); }
td.TdClassName
{
border-color: #EC5A5E;
}
.TagClassName
{
border-color: #EC5A5E;
}
</style>