Shades of Froly #E85C64
Tints of Froly #E85C64
RGB
CMYK
RGB Variations
Color information
#E85C64 (or 0xE85C64) is known color: Froly. HEX triplet: E8, 5C and 64. RGB value is (232,92,100). Sum of RGB (Red+Green+Blue) = 232+92+100=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C64 is #17A39B. Grayscale: #868686. Windows color (decimal): -1549212 or 6577384. OLE color: 6577384.
HSL color Cylindrical-coordinate representation of color #E85C64: hue angle of 356.57º 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 #E85C64 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 100 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.09 |
| HSL | 356.57º | 0.75% | 0.64% | - |
| HSV(B) | 356.57º | 0.6% | 0.91% | - |
| XYZ | 39.41 | 25.73 | 14.95 | - |
| YUV | 134.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 100 | 0 | 0.60 | 0.57 | 0.09 | 356.57 | 0.75 | 0.64 |
| Hex | E8 | 5C | 64 | 0 | 3C | 39 | 9 | 165 | 4B | 40 |
| Octal | 350 | 134 | 144 | 0 | 74 | 71 | 11 | 545 | 113 | 100 |
| Binary | 11101000 | 1011100 | 1100100 | 0 | 111100 | 111001 | 1001 | 101100101 | 1001011 | 1000000 |
Color Harmonies of #E85C64
Complementary color
Monochromatic Colors of #E85C64
Black with #E85C64
Text Example
Text Example
White with #E85C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C64; }
p { color: rgb(232,92,100); }
H1.HeaderClassName
{
color: #E85C64;
}
.AnyTagClassName
{
color: #E85C64;
}
</style>
background-color css
<style>
a { background-color: #E85C64; }
a { background-color: rgb(232,92,100); }
div.DivClassName
{
background-color: #E85C64;
}
.BgClassName
{
background-color: #E85C64;
}
</style>
border-color css
<style>
span { border-color: #E85C64; }
span { border-color: rgb(232,92,100); }
td.TdClassName
{
border-color: #E85C64;
}
.TagClassName
{
border-color: #E85C64;
}
</style>