Shades of Froly #E85F75
Tints of Froly #E85F75
RGB
CMYK
RGB Variations
Color information
#E85F75 (or 0xE85F75) is known color: Froly. HEX triplet: E8, 5F and 75. RGB value is (232,95,117). Sum of RGB (Red+Green+Blue) = 232+95+117=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F75 is #17A08A. Grayscale: #8A8A8A. Windows color (decimal): -1548427 or 7692264. OLE color: 7692264.
HSL color Cylindrical-coordinate representation of color #E85F75: hue angle of 350.36º 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 #E85F75 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 117 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.09 |
| HSL | 350.37º | 0.75% | 0.64% | - |
| HSV(B) | 350.37º | 0.59% | 0.91% | - |
| XYZ | 40.58 | 26.62 | 19.83 | - |
| YUV | 138.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 117 | 0 | 0.59 | 0.50 | 0.09 | 350.37 | 0.75 | 0.64 |
| Hex | E8 | 5F | 75 | 0 | 3B | 32 | 9 | 15E | 4B | 40 |
| Octal | 350 | 137 | 165 | 0 | 73 | 62 | 11 | 536 | 113 | 100 |
| Binary | 11101000 | 1011111 | 1110101 | 0 | 111011 | 110010 | 1001 | 101011110 | 1001011 | 1000000 |
Color Harmonies of #E85F75
Complementary color
Monochromatic Colors of #E85F75
Black with #E85F75
Text Example
Text Example
White with #E85F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F75; }
p { color: rgb(232,95,117); }
H1.HeaderClassName
{
color: #E85F75;
}
.AnyTagClassName
{
color: #E85F75;
}
</style>
background-color css
<style>
a { background-color: #E85F75; }
a { background-color: rgb(232,95,117); }
div.DivClassName
{
background-color: #E85F75;
}
.BgClassName
{
background-color: #E85F75;
}
</style>
border-color css
<style>
span { border-color: #E85F75; }
span { border-color: rgb(232,95,117); }
td.TdClassName
{
border-color: #E85F75;
}
.TagClassName
{
border-color: #E85F75;
}
</style>