Shades of Froly #E87576
Tints of Froly #E87576
RGB
CMYK
RGB Variations
Color information
#E87576 (or 0xE87576) is known color: Froly. HEX triplet: E8, 75 and 76. RGB value is (232,117,118). Sum of RGB (Red+Green+Blue) = 232+117+118=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E87576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87576 is #178A89. Grayscale: #979797. Windows color (decimal): -1542794 or 7763432. OLE color: 7763432.
HSL color Cylindrical-coordinate representation of color #E87576: hue angle of 359.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87576 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 118 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.09 |
| HSL | 359.48º | 0.71% | 0.68% | - |
| HSV(B) | 359.48º | 0.5% | 0.91% | - |
| XYZ | 42.91 | 31.19 | 20.9 | - |
| YUV | 151.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 118 | 0 | 0.50 | 0.49 | 0.09 | 359.48 | 0.71 | 0.68 |
| Hex | E8 | 75 | 76 | 0 | 32 | 31 | 9 | 167 | 47 | 44 |
| Octal | 350 | 165 | 166 | 0 | 62 | 61 | 11 | 547 | 107 | 104 |
| Binary | 11101000 | 1110101 | 1110110 | 0 | 110010 | 110001 | 1001 | 101100111 | 1000111 | 1000100 |
Color Harmonies of #E87576
Complementary color
Monochromatic Colors of #E87576
Black with #E87576
Text Example
Text Example
White with #E87576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87576; }
p { color: rgb(232,117,118); }
H1.HeaderClassName
{
color: #E87576;
}
.AnyTagClassName
{
color: #E87576;
}
</style>
background-color css
<style>
a { background-color: #E87576; }
a { background-color: rgb(232,117,118); }
div.DivClassName
{
background-color: #E87576;
}
.BgClassName
{
background-color: #E87576;
}
</style>
border-color css
<style>
span { border-color: #E87576; }
span { border-color: rgb(232,117,118); }
td.TdClassName
{
border-color: #E87576;
}
.TagClassName
{
border-color: #E87576;
}
</style>