Shades of Froly #E87080
Tints of Froly #E87080
RGB
CMYK
RGB Variations
Color information
#E87080 (or 0xE87080) is known color: Froly. HEX triplet: E8, 70 and 80. RGB value is (232,112,128). Sum of RGB (Red+Green+Blue) = 232+112+128=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87080 is #178F7F. Grayscale: #959595. Windows color (decimal): -1544064 or 8417512. OLE color: 8417512.
HSL color Cylindrical-coordinate representation of color #E87080: hue angle of 352º 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 #E87080 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 128 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.09 |
| HSL | 352º | 0.72% | 0.67% | - |
| HSV(B) | 352º | 0.52% | 0.91% | - |
| XYZ | 42.97 | 30.3 | 24.01 | - |
| YUV | 149.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 128 | 0 | 0.52 | 0.45 | 0.09 | 352 | 0.72 | 0.67 |
| Hex | E8 | 70 | 80 | 0 | 34 | 2D | 9 | 160 | 48 | 43 |
| Octal | 350 | 160 | 200 | 0 | 64 | 55 | 11 | 540 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10000000 | 0 | 110100 | 101101 | 1001 | 101100000 | 1001000 | 1000011 |
Color Harmonies of #E87080
Complementary color
Monochromatic Colors of #E87080
Black with #E87080
Text Example
Text Example
White with #E87080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87080; }
p { color: rgb(232,112,128); }
H1.HeaderClassName
{
color: #E87080;
}
.AnyTagClassName
{
color: #E87080;
}
</style>
background-color css
<style>
a { background-color: #E87080; }
a { background-color: rgb(232,112,128); }
div.DivClassName
{
background-color: #E87080;
}
.BgClassName
{
background-color: #E87080;
}
</style>
border-color css
<style>
span { border-color: #E87080; }
span { border-color: rgb(232,112,128); }
td.TdClassName
{
border-color: #E87080;
}
.TagClassName
{
border-color: #E87080;
}
</style>