Shades of Froly #E85F74
Tints of Froly #E85F74
RGB
CMYK
RGB Variations
Color information
#E85F74 (or 0xE85F74) is known color: Froly. HEX triplet: E8, 5F and 74. RGB value is (232,95,116). Sum of RGB (Red+Green+Blue) = 232+95+116=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F74 is #17A08B. Grayscale: #8A8A8A. Windows color (decimal): -1548428 or 7626728. OLE color: 7626728.
HSL color Cylindrical-coordinate representation of color #E85F74: hue angle of 350.8º 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 #E85F74 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 116 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.09 |
| HSL | 350.8º | 0.75% | 0.64% | - |
| HSV(B) | 350.8º | 0.59% | 0.91% | - |
| XYZ | 40.52 | 26.6 | 19.52 | - |
| YUV | 138.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 116 | 0 | 0.59 | 0.50 | 0.09 | 350.8 | 0.75 | 0.64 |
| Hex | E8 | 5F | 74 | 0 | 3B | 32 | 9 | 15F | 4B | 40 |
| Octal | 350 | 137 | 164 | 0 | 73 | 62 | 11 | 537 | 113 | 100 |
| Binary | 11101000 | 1011111 | 1110100 | 0 | 111011 | 110010 | 1001 | 101011111 | 1001011 | 1000000 |
Color Harmonies of #E85F74
Complementary color
Monochromatic Colors of #E85F74
Black with #E85F74
Text Example
Text Example
White with #E85F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F74; }
p { color: rgb(232,95,116); }
H1.HeaderClassName
{
color: #E85F74;
}
.AnyTagClassName
{
color: #E85F74;
}
</style>
background-color css
<style>
a { background-color: #E85F74; }
a { background-color: rgb(232,95,116); }
div.DivClassName
{
background-color: #E85F74;
}
.BgClassName
{
background-color: #E85F74;
}
</style>
border-color css
<style>
span { border-color: #E85F74; }
span { border-color: rgb(232,95,116); }
td.TdClassName
{
border-color: #E85F74;
}
.TagClassName
{
border-color: #E85F74;
}
</style>