Shades of Froly #E35C66
Tints of Froly #E35C66
RGB
CMYK
RGB Variations
Color information
#E35C66 (or 0xE35C66) is known color: Froly. HEX triplet: E3, 5C and 66. RGB value is (227,92,102). Sum of RGB (Red+Green+Blue) = 227+92+102=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C66 is #1CA399. Grayscale: #858585. Windows color (decimal): -1876890 or 6708451. OLE color: 6708451.
HSL color Cylindrical-coordinate representation of color #E35C66: hue angle of 355.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C66 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 102 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.11 |
| HSL | 355.56º | 0.71% | 0.63% | - |
| HSV(B) | 355.56º | 0.59% | 0.89% | - |
| XYZ | 37.9 | 24.94 | 15.39 | - |
| YUV | 133.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 102 | 0 | 0.59 | 0.55 | 0.11 | 355.56 | 0.71 | 0.63 |
| Hex | E3 | 5C | 66 | 0 | 3B | 37 | B | 164 | 47 | 3F |
| Octal | 343 | 134 | 146 | 0 | 73 | 67 | 13 | 544 | 107 | 77 |
| Binary | 11100011 | 1011100 | 1100110 | 0 | 111011 | 110111 | 1011 | 101100100 | 1000111 | 111111 |
Color Harmonies of #E35C66
Complementary color
Monochromatic Colors of #E35C66
Black with #E35C66
Text Example
Text Example
White with #E35C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C66; }
p { color: rgb(227,92,102); }
H1.HeaderClassName
{
color: #E35C66;
}
.AnyTagClassName
{
color: #E35C66;
}
</style>
background-color css
<style>
a { background-color: #E35C66; }
a { background-color: rgb(227,92,102); }
div.DivClassName
{
background-color: #E35C66;
}
.BgClassName
{
background-color: #E35C66;
}
</style>
border-color css
<style>
span { border-color: #E35C66; }
span { border-color: rgb(227,92,102); }
td.TdClassName
{
border-color: #E35C66;
}
.TagClassName
{
border-color: #E35C66;
}
</style>