Shades of Froly #EC5A63
Tints of Froly #EC5A63
RGB
CMYK
RGB Variations
Color information
#EC5A63 (or 0xEC5A63) is known color: Froly. HEX triplet: EC, 5A and 63. RGB value is (236,90,99). Sum of RGB (Red+Green+Blue) = 236+90+99=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A63 is #13A59C. Grayscale: #868686. Windows color (decimal): -1287581 or 6511340. OLE color: 6511340.
HSL color Cylindrical-coordinate representation of color #EC5A63: hue angle of 356.3º 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 #EC5A63 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 99 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.07 |
| HSL | 356.3º | 0.79% | 0.64% | - |
| HSV(B) | 356.3º | 0.62% | 0.93% | - |
| XYZ | 40.5 | 26.05 | 14.7 | - |
| YUV | 134.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 99 | 0 | 0.62 | 0.58 | 0.07 | 356.3 | 0.79 | 0.64 |
| Hex | EC | 5A | 63 | 0 | 3E | 3A | 7 | 164 | 4F | 40 |
| Octal | 354 | 132 | 143 | 0 | 76 | 72 | 7 | 544 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1100011 | 0 | 111110 | 111010 | 111 | 101100100 | 1001111 | 1000000 |
Color Harmonies of #EC5A63
Complementary color
Monochromatic Colors of #EC5A63
Black with #EC5A63
Text Example
Text Example
White with #EC5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A63; }
p { color: rgb(236,90,99); }
H1.HeaderClassName
{
color: #EC5A63;
}
.AnyTagClassName
{
color: #EC5A63;
}
</style>
background-color css
<style>
a { background-color: #EC5A63; }
a { background-color: rgb(236,90,99); }
div.DivClassName
{
background-color: #EC5A63;
}
.BgClassName
{
background-color: #EC5A63;
}
</style>
border-color css
<style>
span { border-color: #EC5A63; }
span { border-color: rgb(236,90,99); }
td.TdClassName
{
border-color: #EC5A63;
}
.TagClassName
{
border-color: #EC5A63;
}
</style>