Shades of Froly #E85D68
Tints of Froly #E85D68
RGB
CMYK
RGB Variations
Color information
#E85D68 (or 0xE85D68) is known color: Froly. HEX triplet: E8, 5D and 68. RGB value is (232,93,104). Sum of RGB (Red+Green+Blue) = 232+93+104=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D68 is #17A297. Grayscale: #878787. Windows color (decimal): -1548952 or 6839784. OLE color: 6839784.
HSL color Cylindrical-coordinate representation of color #E85D68: hue angle of 355.25º 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 #E85D68 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 104 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.09 |
| HSL | 355.25º | 0.75% | 0.64% | - |
| HSV(B) | 355.25º | 0.6% | 0.91% | - |
| XYZ | 39.69 | 25.98 | 16.02 | - |
| YUV | 135.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 104 | 0 | 0.60 | 0.55 | 0.09 | 355.25 | 0.75 | 0.64 |
| Hex | E8 | 5D | 68 | 0 | 3C | 37 | 9 | 163 | 4B | 40 |
| Octal | 350 | 135 | 150 | 0 | 74 | 67 | 11 | 543 | 113 | 100 |
| Binary | 11101000 | 1011101 | 1101000 | 0 | 111100 | 110111 | 1001 | 101100011 | 1001011 | 1000000 |
Color Harmonies of #E85D68
Complementary color
Monochromatic Colors of #E85D68
Black with #E85D68
Text Example
Text Example
White with #E85D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D68; }
p { color: rgb(232,93,104); }
H1.HeaderClassName
{
color: #E85D68;
}
.AnyTagClassName
{
color: #E85D68;
}
</style>
background-color css
<style>
a { background-color: #E85D68; }
a { background-color: rgb(232,93,104); }
div.DivClassName
{
background-color: #E85D68;
}
.BgClassName
{
background-color: #E85D68;
}
</style>
border-color css
<style>
span { border-color: #E85D68; }
span { border-color: rgb(232,93,104); }
td.TdClassName
{
border-color: #E85D68;
}
.TagClassName
{
border-color: #E85D68;
}
</style>