Shades of Froly #E86179
Tints of Froly #E86179
RGB
CMYK
RGB Variations
Color information
#E86179 (or 0xE86179) is known color: Froly. HEX triplet: E8, 61 and 79. RGB value is (232,97,121). Sum of RGB (Red+Green+Blue) = 232+97+121=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E86179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86179 is #179E86. Grayscale: #8C8C8C. Windows color (decimal): -1547911 or 7954920. OLE color: 7954920.
HSL color Cylindrical-coordinate representation of color #E86179: hue angle of 349.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86179 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 121 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.09 |
| HSL | 349.33º | 0.75% | 0.65% | - |
| HSV(B) | 349.33º | 0.58% | 0.91% | - |
| XYZ | 41 | 27.09 | 21.16 | - |
| YUV | 140.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 121 | 0 | 0.58 | 0.48 | 0.09 | 349.33 | 0.75 | 0.65 |
| Hex | E8 | 61 | 79 | 0 | 3A | 30 | 9 | 15D | 4B | 41 |
| Octal | 350 | 141 | 171 | 0 | 72 | 60 | 11 | 535 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1111001 | 0 | 111010 | 110000 | 1001 | 101011101 | 1001011 | 1000001 |
Color Harmonies of #E86179
Complementary color
Monochromatic Colors of #E86179
Black with #E86179
Text Example
Text Example
White with #E86179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86179; }
p { color: rgb(232,97,121); }
H1.HeaderClassName
{
color: #E86179;
}
.AnyTagClassName
{
color: #E86179;
}
</style>
background-color css
<style>
a { background-color: #E86179; }
a { background-color: rgb(232,97,121); }
div.DivClassName
{
background-color: #E86179;
}
.BgClassName
{
background-color: #E86179;
}
</style>
border-color css
<style>
span { border-color: #E86179; }
span { border-color: rgb(232,97,121); }
td.TdClassName
{
border-color: #E86179;
}
.TagClassName
{
border-color: #E86179;
}
</style>