Shades of Froly #EC5A61
Tints of Froly #EC5A61
RGB
CMYK
RGB Variations
Color information
#EC5A61 (or 0xEC5A61) is known color: Froly. HEX triplet: EC, 5A and 61. RGB value is (236,90,97). Sum of RGB (Red+Green+Blue) = 236+90+97=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A61 is #13A59E. Grayscale: #868686. Windows color (decimal): -1287583 or 6380268. OLE color: 6380268.
HSL color Cylindrical-coordinate representation of color #EC5A61: hue angle of 357.12º 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 #EC5A61 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 97 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.07 |
| HSL | 357.12º | 0.79% | 0.64% | - |
| HSV(B) | 357.12º | 0.62% | 0.93% | - |
| XYZ | 40.41 | 26.01 | 14.2 | - |
| YUV | 134.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 97 | 0 | 0.62 | 0.59 | 0.07 | 357.12 | 0.79 | 0.64 |
| Hex | EC | 5A | 61 | 0 | 3E | 3B | 7 | 165 | 4F | 40 |
| Octal | 354 | 132 | 141 | 0 | 76 | 73 | 7 | 545 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1100001 | 0 | 111110 | 111011 | 111 | 101100101 | 1001111 | 1000000 |
Color Harmonies of #EC5A61
Complementary color
Monochromatic Colors of #EC5A61
Black with #EC5A61
Text Example
Text Example
White with #EC5A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A61; }
p { color: rgb(236,90,97); }
H1.HeaderClassName
{
color: #EC5A61;
}
.AnyTagClassName
{
color: #EC5A61;
}
</style>
background-color css
<style>
a { background-color: #EC5A61; }
a { background-color: rgb(236,90,97); }
div.DivClassName
{
background-color: #EC5A61;
}
.BgClassName
{
background-color: #EC5A61;
}
</style>
border-color css
<style>
span { border-color: #EC5A61; }
span { border-color: rgb(236,90,97); }
td.TdClassName
{
border-color: #EC5A61;
}
.TagClassName
{
border-color: #EC5A61;
}
</style>