Shades of Froly #E85F72
Tints of Froly #E85F72
RGB
CMYK
RGB Variations
Color information
#E85F72 (or 0xE85F72) is known color: Froly. HEX triplet: E8, 5F and 72. RGB value is (232,95,114). Sum of RGB (Red+Green+Blue) = 232+95+114=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F72 is #17A08D. Grayscale: #8A8A8A. Windows color (decimal): -1548430 or 7495656. OLE color: 7495656.
HSL color Cylindrical-coordinate representation of color #E85F72: hue angle of 351.68º 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 #E85F72 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 114 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.09 |
| HSL | 351.68º | 0.75% | 0.64% | - |
| HSV(B) | 351.68º | 0.59% | 0.91% | - |
| XYZ | 40.41 | 26.56 | 18.92 | - |
| YUV | 138.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 114 | 0 | 0.59 | 0.51 | 0.09 | 351.68 | 0.75 | 0.64 |
| Hex | E8 | 5F | 72 | 0 | 3B | 33 | 9 | 160 | 4B | 40 |
| Octal | 350 | 137 | 162 | 0 | 73 | 63 | 11 | 540 | 113 | 100 |
| Binary | 11101000 | 1011111 | 1110010 | 0 | 111011 | 110011 | 1001 | 101100000 | 1001011 | 1000000 |
Color Harmonies of #E85F72
Complementary color
Monochromatic Colors of #E85F72
Black with #E85F72
Text Example
Text Example
White with #E85F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F72; }
p { color: rgb(232,95,114); }
H1.HeaderClassName
{
color: #E85F72;
}
.AnyTagClassName
{
color: #E85F72;
}
</style>
background-color css
<style>
a { background-color: #E85F72; }
a { background-color: rgb(232,95,114); }
div.DivClassName
{
background-color: #E85F72;
}
.BgClassName
{
background-color: #E85F72;
}
</style>
border-color css
<style>
span { border-color: #E85F72; }
span { border-color: rgb(232,95,114); }
td.TdClassName
{
border-color: #E85F72;
}
.TagClassName
{
border-color: #E85F72;
}
</style>