Shades of Froly #E85A68
Tints of Froly #E85A68
RGB
CMYK
RGB Variations
Color information
#E85A68 (or 0xE85A68) is known color: Froly. HEX triplet: E8, 5A and 68. RGB value is (232,90,104). Sum of RGB (Red+Green+Blue) = 232+90+104=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A68 is #17A597. Grayscale: #868686. Windows color (decimal): -1549720 or 6839016. OLE color: 6839016.
HSL color Cylindrical-coordinate representation of color #E85A68: hue angle of 354.08º degrees, saturation: 0.76, 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 #E85A68 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 104 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.09 |
| HSL | 354.08º | 0.76% | 0.63% | - |
| HSV(B) | 354.08º | 0.61% | 0.91% | - |
| XYZ | 39.43 | 25.47 | 15.93 | - |
| YUV | 134.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 104 | 0 | 0.61 | 0.55 | 0.09 | 354.08 | 0.76 | 0.63 |
| Hex | E8 | 5A | 68 | 0 | 3D | 37 | 9 | 162 | 4C | 3F |
| Octal | 350 | 132 | 150 | 0 | 75 | 67 | 11 | 542 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1101000 | 0 | 111101 | 110111 | 1001 | 101100010 | 1001100 | 111111 |
Color Harmonies of #E85A68
Complementary color
Monochromatic Colors of #E85A68
Black with #E85A68
Text Example
Text Example
White with #E85A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A68; }
p { color: rgb(232,90,104); }
H1.HeaderClassName
{
color: #E85A68;
}
.AnyTagClassName
{
color: #E85A68;
}
</style>
background-color css
<style>
a { background-color: #E85A68; }
a { background-color: rgb(232,90,104); }
div.DivClassName
{
background-color: #E85A68;
}
.BgClassName
{
background-color: #E85A68;
}
</style>
border-color css
<style>
span { border-color: #E85A68; }
span { border-color: rgb(232,90,104); }
td.TdClassName
{
border-color: #E85A68;
}
.TagClassName
{
border-color: #E85A68;
}
</style>