Shades of Froly #E87077
Tints of Froly #E87077
RGB
CMYK
RGB Variations
Color information
#E87077 (or 0xE87077) is known color: Froly. HEX triplet: E8, 70 and 77. RGB value is (232,112,119). Sum of RGB (Red+Green+Blue) = 232+112+119=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E87077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87077 is #178F88. Grayscale: #949494. Windows color (decimal): -1544073 or 7827688. OLE color: 7827688.
HSL color Cylindrical-coordinate representation of color #E87077: hue angle of 356.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E87077 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 119 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.09 |
| HSL | 356.5º | 0.72% | 0.67% | - |
| HSV(B) | 356.5º | 0.52% | 0.91% | - |
| XYZ | 42.4 | 30.08 | 21.02 | - |
| YUV | 148.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 119 | 0 | 0.52 | 0.49 | 0.09 | 356.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | 77 | 0 | 34 | 31 | 9 | 164 | 48 | 43 |
| Octal | 350 | 160 | 167 | 0 | 64 | 61 | 11 | 544 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1110111 | 0 | 110100 | 110001 | 1001 | 101100100 | 1001000 | 1000011 |
Color Harmonies of #E87077
Complementary color
Monochromatic Colors of #E87077
Black with #E87077
Text Example
Text Example
White with #E87077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87077; }
p { color: rgb(232,112,119); }
H1.HeaderClassName
{
color: #E87077;
}
.AnyTagClassName
{
color: #E87077;
}
</style>
background-color css
<style>
a { background-color: #E87077; }
a { background-color: rgb(232,112,119); }
div.DivClassName
{
background-color: #E87077;
}
.BgClassName
{
background-color: #E87077;
}
</style>
border-color css
<style>
span { border-color: #E87077; }
span { border-color: rgb(232,112,119); }
td.TdClassName
{
border-color: #E87077;
}
.TagClassName
{
border-color: #E87077;
}
</style>