Shades of Froly #E87178
Tints of Froly #E87178
RGB
CMYK
RGB Variations
Color information
#E87178 (or 0xE87178) is known color: Froly. HEX triplet: E8, 71 and 78. RGB value is (232,113,120). Sum of RGB (Red+Green+Blue) = 232+113+120=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E87178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87178 is #178E87. Grayscale: #959595. Windows color (decimal): -1543816 or 7893480. OLE color: 7893480.
HSL color Cylindrical-coordinate representation of color #E87178: hue angle of 356.47º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E87178 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 120 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.09 |
| HSL | 356.47º | 0.72% | 0.68% | - |
| HSV(B) | 356.47º | 0.51% | 0.91% | - |
| XYZ | 42.57 | 30.32 | 21.38 | - |
| YUV | 149.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 120 | 0 | 0.51 | 0.48 | 0.09 | 356.47 | 0.72 | 0.68 |
| Hex | E8 | 71 | 78 | 0 | 33 | 30 | 9 | 164 | 48 | 44 |
| Octal | 350 | 161 | 170 | 0 | 63 | 60 | 11 | 544 | 110 | 104 |
| Binary | 11101000 | 1110001 | 1111000 | 0 | 110011 | 110000 | 1001 | 101100100 | 1001000 | 1000100 |
Color Harmonies of #E87178
Complementary color
Monochromatic Colors of #E87178
Black with #E87178
Text Example
Text Example
White with #E87178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87178; }
p { color: rgb(232,113,120); }
H1.HeaderClassName
{
color: #E87178;
}
.AnyTagClassName
{
color: #E87178;
}
</style>
background-color css
<style>
a { background-color: #E87178; }
a { background-color: rgb(232,113,120); }
div.DivClassName
{
background-color: #E87178;
}
.BgClassName
{
background-color: #E87178;
}
</style>
border-color css
<style>
span { border-color: #E87178; }
span { border-color: rgb(232,113,120); }
td.TdClassName
{
border-color: #E87178;
}
.TagClassName
{
border-color: #E87178;
}
</style>