Shades of Froly #E85A6C
Tints of Froly #E85A6C
RGB
CMYK
RGB Variations
Color information
#E85A6C (or 0xE85A6C) is known color: Froly. HEX triplet: E8, 5A and 6C. RGB value is (232,90,108). Sum of RGB (Red+Green+Blue) = 232+90+108=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6C is #17A593. Grayscale: #868686. Windows color (decimal): -1549716 or 7101160. OLE color: 7101160.
HSL color Cylindrical-coordinate representation of color #E85A6C: hue angle of 352.39º 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 #E85A6C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 108 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.09 |
| HSL | 352.39º | 0.76% | 0.63% | - |
| HSV(B) | 352.39º | 0.61% | 0.91% | - |
| XYZ | 39.64 | 25.55 | 17.03 | - |
| YUV | 134.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 108 | 0 | 0.61 | 0.53 | 0.09 | 352.39 | 0.76 | 0.63 |
| Hex | E8 | 5A | 6C | 0 | 3D | 35 | 9 | 160 | 4C | 3F |
| Octal | 350 | 132 | 154 | 0 | 75 | 65 | 11 | 540 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1101100 | 0 | 111101 | 110101 | 1001 | 101100000 | 1001100 | 111111 |
Color Harmonies of #E85A6C
Complementary color
Monochromatic Colors of #E85A6C
Black with #E85A6C
Text Example
Text Example
White with #E85A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A6C; }
p { color: rgb(232,90,108); }
H1.HeaderClassName
{
color: #E85A6C;
}
.AnyTagClassName
{
color: #E85A6C;
}
</style>
background-color css
<style>
a { background-color: #E85A6C; }
a { background-color: rgb(232,90,108); }
div.DivClassName
{
background-color: #E85A6C;
}
.BgClassName
{
background-color: #E85A6C;
}
</style>
border-color css
<style>
span { border-color: #E85A6C; }
span { border-color: rgb(232,90,108); }
td.TdClassName
{
border-color: #E85A6C;
}
.TagClassName
{
border-color: #E85A6C;
}
</style>