Shades of Froly #E85E5F
Tints of Froly #E85E5F
RGB
CMYK
RGB Variations
Color information
#E85E5F (or 0xE85E5F) is known color: Froly. HEX triplet: E8, 5E and 5F. RGB value is (232,94,95). Sum of RGB (Red+Green+Blue) = 232+94+95=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E5F is #17A1A0. Grayscale: #878787. Windows color (decimal): -1548705 or 6250216. OLE color: 6250216.
HSL color Cylindrical-coordinate representation of color #E85E5F: hue angle of 359.57º 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 #E85E5F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 95 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.09 |
| HSL | 359.57º | 0.75% | 0.64% | - |
| HSV(B) | 359.57º | 0.59% | 0.91% | - |
| XYZ | 39.35 | 25.99 | 13.77 | - |
| YUV | 135.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 95 | 0 | 0.59 | 0.59 | 0.09 | 359.57 | 0.75 | 0.64 |
| Hex | E8 | 5E | 5F | 0 | 3B | 3B | 9 | 168 | 4B | 40 |
| Octal | 350 | 136 | 137 | 0 | 73 | 73 | 11 | 550 | 113 | 100 |
| Binary | 11101000 | 1011110 | 1011111 | 0 | 111011 | 111011 | 1001 | 101101000 | 1001011 | 1000000 |
Color Harmonies of #E85E5F
Complementary color
Monochromatic Colors of #E85E5F
Black with #E85E5F
Text Example
Text Example
White with #E85E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E5F; }
p { color: rgb(232,94,95); }
H1.HeaderClassName
{
color: #E85E5F;
}
.AnyTagClassName
{
color: #E85E5F;
}
</style>
background-color css
<style>
a { background-color: #E85E5F; }
a { background-color: rgb(232,94,95); }
div.DivClassName
{
background-color: #E85E5F;
}
.BgClassName
{
background-color: #E85E5F;
}
</style>
border-color css
<style>
span { border-color: #E85E5F; }
span { border-color: rgb(232,94,95); }
td.TdClassName
{
border-color: #E85E5F;
}
.TagClassName
{
border-color: #E85E5F;
}
</style>