Shades of Froly #E85B6C
Tints of Froly #E85B6C
RGB
CMYK
RGB Variations
Color information
#E85B6C (or 0xE85B6C) is known color: Froly. HEX triplet: E8, 5B and 6C. RGB value is (232,91,108). Sum of RGB (Red+Green+Blue) = 232+91+108=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B6C is #17A493. Grayscale: #878787. Windows color (decimal): -1549460 or 7101416. OLE color: 7101416.
HSL color Cylindrical-coordinate representation of color #E85B6C: hue angle of 352.77º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85B6C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 108 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.09 |
| HSL | 352.77º | 0.75% | 0.63% | - |
| HSV(B) | 352.77º | 0.61% | 0.91% | - |
| XYZ | 39.73 | 25.72 | 17.06 | - |
| YUV | 135.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 108 | 0 | 0.61 | 0.53 | 0.09 | 352.77 | 0.75 | 0.63 |
| Hex | E8 | 5B | 6C | 0 | 3D | 35 | 9 | 161 | 4B | 3F |
| Octal | 350 | 133 | 154 | 0 | 75 | 65 | 11 | 541 | 113 | 77 |
| Binary | 11101000 | 1011011 | 1101100 | 0 | 111101 | 110101 | 1001 | 101100001 | 1001011 | 111111 |
Color Harmonies of #E85B6C
Complementary color
Monochromatic Colors of #E85B6C
Black with #E85B6C
Text Example
Text Example
White with #E85B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B6C; }
p { color: rgb(232,91,108); }
H1.HeaderClassName
{
color: #E85B6C;
}
.AnyTagClassName
{
color: #E85B6C;
}
</style>
background-color css
<style>
a { background-color: #E85B6C; }
a { background-color: rgb(232,91,108); }
div.DivClassName
{
background-color: #E85B6C;
}
.BgClassName
{
background-color: #E85B6C;
}
</style>
border-color css
<style>
span { border-color: #E85B6C; }
span { border-color: rgb(232,91,108); }
td.TdClassName
{
border-color: #E85B6C;
}
.TagClassName
{
border-color: #E85B6C;
}
</style>