Shades of Froly #E85769
Tints of Froly #E85769
RGB
CMYK
RGB Variations
Color information
#E85769 (or 0xE85769) is known color: Froly. HEX triplet: E8, 57 and 69. RGB value is (232,87,105). Sum of RGB (Red+Green+Blue) = 232+87+105=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E85769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85769 is #17A896. Grayscale: #848484. Windows color (decimal): -1550487 or 6903784. OLE color: 6903784.
HSL color Cylindrical-coordinate representation of color #E85769: hue angle of 352.55º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85769 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 105 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.09 |
| HSL | 352.55º | 0.76% | 0.63% | - |
| HSV(B) | 352.55º | 0.63% | 0.91% | - |
| XYZ | 39.24 | 24.99 | 16.12 | - |
| YUV | 132.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 105 | 0 | 0.62 | 0.55 | 0.09 | 352.55 | 0.76 | 0.63 |
| Hex | E8 | 57 | 69 | 0 | 3E | 37 | 9 | 161 | 4C | 3F |
| Octal | 350 | 127 | 151 | 0 | 76 | 67 | 11 | 541 | 114 | 77 |
| Binary | 11101000 | 1010111 | 1101001 | 0 | 111110 | 110111 | 1001 | 101100001 | 1001100 | 111111 |
Color Harmonies of #E85769
Complementary color
Monochromatic Colors of #E85769
Black with #E85769
Text Example
Text Example
White with #E85769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85769; }
p { color: rgb(232,87,105); }
H1.HeaderClassName
{
color: #E85769;
}
.AnyTagClassName
{
color: #E85769;
}
</style>
background-color css
<style>
a { background-color: #E85769; }
a { background-color: rgb(232,87,105); }
div.DivClassName
{
background-color: #E85769;
}
.BgClassName
{
background-color: #E85769;
}
</style>
border-color css
<style>
span { border-color: #E85769; }
span { border-color: rgb(232,87,105); }
td.TdClassName
{
border-color: #E85769;
}
.TagClassName
{
border-color: #E85769;
}
</style>