Shades of Froly #E85A6F
Tints of Froly #E85A6F
RGB
CMYK
RGB Variations
Color information
#E85A6F (or 0xE85A6F) is known color: Froly. HEX triplet: E8, 5A and 6F. RGB value is (232,90,111). Sum of RGB (Red+Green+Blue) = 232+90+111=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6F is #17A590. Grayscale: #868686. Windows color (decimal): -1549713 or 7297768. OLE color: 7297768.
HSL color Cylindrical-coordinate representation of color #E85A6F: hue angle of 351.13º 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 #E85A6F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 111 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.09 |
| HSL | 351.13º | 0.76% | 0.63% | - |
| HSV(B) | 351.13º | 0.61% | 0.91% | - |
| XYZ | 39.8 | 25.62 | 17.89 | - |
| YUV | 134.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 111 | 0 | 0.61 | 0.52 | 0.09 | 351.13 | 0.76 | 0.63 |
| Hex | E8 | 5A | 6F | 0 | 3D | 34 | 9 | 15F | 4C | 3F |
| Octal | 350 | 132 | 157 | 0 | 75 | 64 | 11 | 537 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1101111 | 0 | 111101 | 110100 | 1001 | 101011111 | 1001100 | 111111 |
Color Harmonies of #E85A6F
Complementary color
Monochromatic Colors of #E85A6F
Black with #E85A6F
Text Example
Text Example
White with #E85A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A6F; }
p { color: rgb(232,90,111); }
H1.HeaderClassName
{
color: #E85A6F;
}
.AnyTagClassName
{
color: #E85A6F;
}
</style>
background-color css
<style>
a { background-color: #E85A6F; }
a { background-color: rgb(232,90,111); }
div.DivClassName
{
background-color: #E85A6F;
}
.BgClassName
{
background-color: #E85A6F;
}
</style>
border-color css
<style>
span { border-color: #E85A6F; }
span { border-color: rgb(232,90,111); }
td.TdClassName
{
border-color: #E85A6F;
}
.TagClassName
{
border-color: #E85A6F;
}
</style>