Shades of Froly #E78082
Tints of Froly #E78082
RGB
CMYK
RGB Variations
Color information
#E78082 (or 0xE78082) is known color: Froly. HEX triplet: E7, 80 and 82. RGB value is (231,128,130). Sum of RGB (Red+Green+Blue) = 231+128+130=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E78082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78082 is #187F7D. Grayscale: #9F9F9F. Windows color (decimal): -1605502 or 8552679. OLE color: 8552679.
HSL color Cylindrical-coordinate representation of color #E78082: hue angle of 358.83º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78082 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 130 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.09 |
| HSL | 358.84º | 0.68% | 0.7% | - |
| HSV(B) | 358.84º | 0.45% | 0.91% | - |
| XYZ | 44.7 | 34.04 | 25.33 | - |
| YUV | 159.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 130 | 0 | 0.45 | 0.44 | 0.09 | 358.84 | 0.68 | 0.7 |
| Hex | E7 | 80 | 82 | 0 | 2D | 2C | 9 | 167 | 44 | 46 |
| Octal | 347 | 200 | 202 | 0 | 55 | 54 | 11 | 547 | 104 | 106 |
| Binary | 11100111 | 10000000 | 10000010 | 0 | 101101 | 101100 | 1001 | 101100111 | 1000100 | 1000110 |
Color Harmonies of #E78082
Complementary color
Monochromatic Colors of #E78082
Black with #E78082
Text Example
Text Example
White with #E78082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78082; }
p { color: rgb(231,128,130); }
H1.HeaderClassName
{
color: #E78082;
}
.AnyTagClassName
{
color: #E78082;
}
</style>
background-color css
<style>
a { background-color: #E78082; }
a { background-color: rgb(231,128,130); }
div.DivClassName
{
background-color: #E78082;
}
.BgClassName
{
background-color: #E78082;
}
</style>
border-color css
<style>
span { border-color: #E78082; }
span { border-color: rgb(231,128,130); }
td.TdClassName
{
border-color: #E78082;
}
.TagClassName
{
border-color: #E78082;
}
</style>