Shades of Froly #E35E66
Tints of Froly #E35E66
RGB
CMYK
RGB Variations
Color information
#E35E66 (or 0xE35E66) is known color: Froly. HEX triplet: E3, 5E and 66. RGB value is (227,94,102). Sum of RGB (Red+Green+Blue) = 227+94+102=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E66 is #1CA199. Grayscale: #868686. Windows color (decimal): -1876378 or 6708963. OLE color: 6708963.
HSL color Cylindrical-coordinate representation of color #E35E66: hue angle of 356.39º degrees, saturation: 0.7, 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 #E35E66 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 102 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.11 |
| HSL | 356.39º | 0.7% | 0.63% | - |
| HSV(B) | 356.39º | 0.59% | 0.89% | - |
| XYZ | 38.08 | 25.3 | 15.45 | - |
| YUV | 134.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 102 | 0 | 0.59 | 0.55 | 0.11 | 356.39 | 0.7 | 0.63 |
| Hex | E3 | 5E | 66 | 0 | 3B | 37 | B | 164 | 46 | 3F |
| Octal | 343 | 136 | 146 | 0 | 73 | 67 | 13 | 544 | 106 | 77 |
| Binary | 11100011 | 1011110 | 1100110 | 0 | 111011 | 110111 | 1011 | 101100100 | 1000110 | 111111 |
Color Harmonies of #E35E66
Complementary color
Monochromatic Colors of #E35E66
Black with #E35E66
Text Example
Text Example
White with #E35E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E66; }
p { color: rgb(227,94,102); }
H1.HeaderClassName
{
color: #E35E66;
}
.AnyTagClassName
{
color: #E35E66;
}
</style>
background-color css
<style>
a { background-color: #E35E66; }
a { background-color: rgb(227,94,102); }
div.DivClassName
{
background-color: #E35E66;
}
.BgClassName
{
background-color: #E35E66;
}
</style>
border-color css
<style>
span { border-color: #E35E66; }
span { border-color: rgb(227,94,102); }
td.TdClassName
{
border-color: #E35E66;
}
.TagClassName
{
border-color: #E35E66;
}
</style>