Shades of Froly #E85E69
Tints of Froly #E85E69
RGB
CMYK
RGB Variations
Color information
#E85E69 (or 0xE85E69) is known color: Froly. HEX triplet: E8, 5E and 69. RGB value is (232,94,105). Sum of RGB (Red+Green+Blue) = 232+94+105=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E69 is #17A196. Grayscale: #888888. Windows color (decimal): -1548695 or 6905576. OLE color: 6905576.
HSL color Cylindrical-coordinate representation of color #E85E69: hue angle of 355.22º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85E69 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 105 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.09 |
| HSL | 355.22º | 0.75% | 0.64% | - |
| HSV(B) | 355.22º | 0.59% | 0.91% | - |
| XYZ | 39.83 | 26.18 | 16.32 | - |
| YUV | 136.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 105 | 0 | 0.59 | 0.55 | 0.09 | 355.22 | 0.75 | 0.64 |
| Hex | E8 | 5E | 69 | 0 | 3B | 37 | 9 | 163 | 4B | 40 |
| Octal | 350 | 136 | 151 | 0 | 73 | 67 | 11 | 543 | 113 | 100 |
| Binary | 11101000 | 1011110 | 1101001 | 0 | 111011 | 110111 | 1001 | 101100011 | 1001011 | 1000000 |
Color Harmonies of #E85E69
Complementary color
Monochromatic Colors of #E85E69
Black with #E85E69
Text Example
Text Example
White with #E85E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E69; }
p { color: rgb(232,94,105); }
H1.HeaderClassName
{
color: #E85E69;
}
.AnyTagClassName
{
color: #E85E69;
}
</style>
background-color css
<style>
a { background-color: #E85E69; }
a { background-color: rgb(232,94,105); }
div.DivClassName
{
background-color: #E85E69;
}
.BgClassName
{
background-color: #E85E69;
}
</style>
border-color css
<style>
span { border-color: #E85E69; }
span { border-color: rgb(232,94,105); }
td.TdClassName
{
border-color: #E85E69;
}
.TagClassName
{
border-color: #E85E69;
}
</style>