Shades of Froly #E25C66
Tints of Froly #E25C66
RGB
CMYK
RGB Variations
Color information
#E25C66 (or 0xE25C66) is known color: Froly. HEX triplet: E2, 5C and 66. RGB value is (226,92,102). Sum of RGB (Red+Green+Blue) = 226+92+102=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C66 is #1DA399. Grayscale: #858585. Windows color (decimal): -1942426 or 6708450. OLE color: 6708450.
HSL color Cylindrical-coordinate representation of color #E25C66: hue angle of 355.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C66 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 102 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.11 |
| HSL | 355.52º | 0.7% | 0.62% | - |
| HSV(B) | 355.52º | 0.59% | 0.89% | - |
| XYZ | 37.59 | 24.78 | 15.37 | - |
| YUV | 133.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 102 | 0 | 0.59 | 0.55 | 0.11 | 355.52 | 0.7 | 0.62 |
| Hex | E2 | 5C | 66 | 0 | 3B | 37 | B | 164 | 46 | 3E |
| Octal | 342 | 134 | 146 | 0 | 73 | 67 | 13 | 544 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1100110 | 0 | 111011 | 110111 | 1011 | 101100100 | 1000110 | 111110 |
Color Harmonies of #E25C66
Complementary color
Monochromatic Colors of #E25C66
Black with #E25C66
Text Example
Text Example
White with #E25C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C66; }
p { color: rgb(226,92,102); }
H1.HeaderClassName
{
color: #E25C66;
}
.AnyTagClassName
{
color: #E25C66;
}
</style>
background-color css
<style>
a { background-color: #E25C66; }
a { background-color: rgb(226,92,102); }
div.DivClassName
{
background-color: #E25C66;
}
.BgClassName
{
background-color: #E25C66;
}
</style>
border-color css
<style>
span { border-color: #E25C66; }
span { border-color: rgb(226,92,102); }
td.TdClassName
{
border-color: #E25C66;
}
.TagClassName
{
border-color: #E25C66;
}
</style>