Shades of Froly #E35969
Tints of Froly #E35969
RGB
CMYK
RGB Variations
Color information
#E35969 (or 0xE35969) is known color: Froly. HEX triplet: E3, 59 and 69. RGB value is (227,89,105). Sum of RGB (Red+Green+Blue) = 227+89+105=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E35969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35969 is #1CA696. Grayscale: #848484. Windows color (decimal): -1877655 or 6904291. OLE color: 6904291.
HSL color Cylindrical-coordinate representation of color #E35969: hue angle of 353.04º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E35969 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 105 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.11 |
| HSL | 353.04º | 0.71% | 0.62% | - |
| HSV(B) | 353.04º | 0.61% | 0.89% | - |
| XYZ | 37.8 | 24.5 | 16.1 | - |
| YUV | 132.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 105 | 0 | 0.61 | 0.54 | 0.11 | 353.04 | 0.71 | 0.62 |
| Hex | E3 | 59 | 69 | 0 | 3D | 36 | B | 161 | 47 | 3E |
| Octal | 343 | 131 | 151 | 0 | 75 | 66 | 13 | 541 | 107 | 76 |
| Binary | 11100011 | 1011001 | 1101001 | 0 | 111101 | 110110 | 1011 | 101100001 | 1000111 | 111110 |
Color Harmonies of #E35969
Complementary color
Monochromatic Colors of #E35969
Black with #E35969
Text Example
Text Example
White with #E35969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35969; }
p { color: rgb(227,89,105); }
H1.HeaderClassName
{
color: #E35969;
}
.AnyTagClassName
{
color: #E35969;
}
</style>
background-color css
<style>
a { background-color: #E35969; }
a { background-color: rgb(227,89,105); }
div.DivClassName
{
background-color: #E35969;
}
.BgClassName
{
background-color: #E35969;
}
</style>
border-color css
<style>
span { border-color: #E35969; }
span { border-color: rgb(227,89,105); }
td.TdClassName
{
border-color: #E35969;
}
.TagClassName
{
border-color: #E35969;
}
</style>