Shades of Froly #E85C6C
Tints of Froly #E85C6C
RGB
CMYK
RGB Variations
Color information
#E85C6C (or 0xE85C6C) is known color: Froly. HEX triplet: E8, 5C and 6C. RGB value is (232,92,108). Sum of RGB (Red+Green+Blue) = 232+92+108=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C6C is #17A393. Grayscale: #878787. Windows color (decimal): -1549204 or 7101672. OLE color: 7101672.
HSL color Cylindrical-coordinate representation of color #E85C6C: hue angle of 353.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C6C is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 108 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.09 |
| HSL | 353.14º | 0.75% | 0.64% | - |
| HSV(B) | 353.14º | 0.6% | 0.91% | - |
| XYZ | 39.81 | 25.89 | 17.09 | - |
| YUV | 135.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 108 | 0 | 0.60 | 0.53 | 0.09 | 353.14 | 0.75 | 0.64 |
| Hex | E8 | 5C | 6C | 0 | 3C | 35 | 9 | 161 | 4B | 40 |
| Octal | 350 | 134 | 154 | 0 | 74 | 65 | 11 | 541 | 113 | 100 |
| Binary | 11101000 | 1011100 | 1101100 | 0 | 111100 | 110101 | 1001 | 101100001 | 1001011 | 1000000 |
Color Harmonies of #E85C6C
Complementary color
Monochromatic Colors of #E85C6C
Black with #E85C6C
Text Example
Text Example
White with #E85C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C6C; }
p { color: rgb(232,92,108); }
H1.HeaderClassName
{
color: #E85C6C;
}
.AnyTagClassName
{
color: #E85C6C;
}
</style>
background-color css
<style>
a { background-color: #E85C6C; }
a { background-color: rgb(232,92,108); }
div.DivClassName
{
background-color: #E85C6C;
}
.BgClassName
{
background-color: #E85C6C;
}
</style>
border-color css
<style>
span { border-color: #E85C6C; }
span { border-color: rgb(232,92,108); }
td.TdClassName
{
border-color: #E85C6C;
}
.TagClassName
{
border-color: #E85C6C;
}
</style>