Shades of Froly #E85969
Tints of Froly #E85969
RGB
CMYK
RGB Variations
Color information
#E85969 (or 0xE85969) is known color: Froly. HEX triplet: E8, 59 and 69. RGB value is (232,89,105). Sum of RGB (Red+Green+Blue) = 232+89+105=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E85969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85969 is #17A696. Grayscale: #858585. Windows color (decimal): -1549975 or 6904296. OLE color: 6904296.
HSL color Cylindrical-coordinate representation of color #E85969: hue angle of 353.29º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85969 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 105 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.09 |
| HSL | 353.29º | 0.76% | 0.63% | - |
| HSV(B) | 353.29º | 0.62% | 0.91% | - |
| XYZ | 39.4 | 25.32 | 16.18 | - |
| YUV | 133.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 105 | 0 | 0.62 | 0.55 | 0.09 | 353.29 | 0.76 | 0.63 |
| Hex | E8 | 59 | 69 | 0 | 3E | 37 | 9 | 161 | 4C | 3F |
| Octal | 350 | 131 | 151 | 0 | 76 | 67 | 11 | 541 | 114 | 77 |
| Binary | 11101000 | 1011001 | 1101001 | 0 | 111110 | 110111 | 1001 | 101100001 | 1001100 | 111111 |
Color Harmonies of #E85969
Complementary color
Monochromatic Colors of #E85969
Black with #E85969
Text Example
Text Example
White with #E85969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85969; }
p { color: rgb(232,89,105); }
H1.HeaderClassName
{
color: #E85969;
}
.AnyTagClassName
{
color: #E85969;
}
</style>
background-color css
<style>
a { background-color: #E85969; }
a { background-color: rgb(232,89,105); }
div.DivClassName
{
background-color: #E85969;
}
.BgClassName
{
background-color: #E85969;
}
</style>
border-color css
<style>
span { border-color: #E85969; }
span { border-color: rgb(232,89,105); }
td.TdClassName
{
border-color: #E85969;
}
.TagClassName
{
border-color: #E85969;
}
</style>