Shades of Froly #EC5E6E
Tints of Froly #EC5E6E
RGB
CMYK
RGB Variations
Color information
#EC5E6E (or 0xEC5E6E) is known color: Froly. HEX triplet: EC, 5E and 6E. RGB value is (236,94,110). Sum of RGB (Red+Green+Blue) = 236+94+110=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E6E is #13A191. Grayscale: #8A8A8A. Windows color (decimal): -1286546 or 7233260. OLE color: 7233260.
HSL color Cylindrical-coordinate representation of color #EC5E6E: hue angle of 353.24º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E6E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 110 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.07 |
| HSL | 353.24º | 0.79% | 0.65% | - |
| HSV(B) | 353.24º | 0.6% | 0.93% | - |
| XYZ | 41.41 | 26.96 | 17.77 | - |
| YUV | 138.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 110 | 0 | 0.60 | 0.53 | 0.07 | 353.24 | 0.79 | 0.65 |
| Hex | EC | 5E | 6E | 0 | 3C | 35 | 7 | 161 | 4F | 41 |
| Octal | 354 | 136 | 156 | 0 | 74 | 65 | 7 | 541 | 117 | 101 |
| Binary | 11101100 | 1011110 | 1101110 | 0 | 111100 | 110101 | 111 | 101100001 | 1001111 | 1000001 |
Color Harmonies of #EC5E6E
Complementary color
Monochromatic Colors of #EC5E6E
Black with #EC5E6E
Text Example
Text Example
White with #EC5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E6E; }
p { color: rgb(236,94,110); }
H1.HeaderClassName
{
color: #EC5E6E;
}
.AnyTagClassName
{
color: #EC5E6E;
}
</style>
background-color css
<style>
a { background-color: #EC5E6E; }
a { background-color: rgb(236,94,110); }
div.DivClassName
{
background-color: #EC5E6E;
}
.BgClassName
{
background-color: #EC5E6E;
}
</style>
border-color css
<style>
span { border-color: #EC5E6E; }
span { border-color: rgb(236,94,110); }
td.TdClassName
{
border-color: #EC5E6E;
}
.TagClassName
{
border-color: #EC5E6E;
}
</style>