Shades of Froly #E85F6B
Tints of Froly #E85F6B
RGB
CMYK
RGB Variations
Color information
#E85F6B (or 0xE85F6B) is known color: Froly. HEX triplet: E8, 5F and 6B. RGB value is (232,95,107). Sum of RGB (Red+Green+Blue) = 232+95+107=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F6B is #17A094. Grayscale: #898989. Windows color (decimal): -1548437 or 7036904. OLE color: 7036904.
HSL color Cylindrical-coordinate representation of color #E85F6B: hue angle of 354.74º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85F6B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 107 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.09 |
| HSL | 354.74º | 0.75% | 0.64% | - |
| HSV(B) | 354.74º | 0.59% | 0.91% | - |
| XYZ | 40.02 | 26.4 | 16.9 | - |
| YUV | 137.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 107 | 0 | 0.59 | 0.54 | 0.09 | 354.74 | 0.75 | 0.64 |
| Hex | E8 | 5F | 6B | 0 | 3B | 36 | 9 | 163 | 4B | 40 |
| Octal | 350 | 137 | 153 | 0 | 73 | 66 | 11 | 543 | 113 | 100 |
| Binary | 11101000 | 1011111 | 1101011 | 0 | 111011 | 110110 | 1001 | 101100011 | 1001011 | 1000000 |
Color Harmonies of #E85F6B
Complementary color
Monochromatic Colors of #E85F6B
Black with #E85F6B
Text Example
Text Example
White with #E85F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F6B; }
p { color: rgb(232,95,107); }
H1.HeaderClassName
{
color: #E85F6B;
}
.AnyTagClassName
{
color: #E85F6B;
}
</style>
background-color css
<style>
a { background-color: #E85F6B; }
a { background-color: rgb(232,95,107); }
div.DivClassName
{
background-color: #E85F6B;
}
.BgClassName
{
background-color: #E85F6B;
}
</style>
border-color css
<style>
span { border-color: #E85F6B; }
span { border-color: rgb(232,95,107); }
td.TdClassName
{
border-color: #E85F6B;
}
.TagClassName
{
border-color: #E85F6B;
}
</style>