Shades of Froly #E98082
Tints of Froly #E98082
RGB
CMYK
RGB Variations
Color information
#E98082 (or 0xE98082) is known color: Froly. HEX triplet: E9, 80 and 82. RGB value is (233,128,130). Sum of RGB (Red+Green+Blue) = 233+128+130=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E98082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98082 is #167F7D. Grayscale: #9F9F9F. Windows color (decimal): -1474430 or 8552681. OLE color: 8552681.
HSL color Cylindrical-coordinate representation of color #E98082: hue angle of 358.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98082 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 130 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.09 |
| HSL | 358.86º | 0.7% | 0.71% | - |
| HSV(B) | 358.86º | 0.45% | 0.91% | - |
| XYZ | 45.35 | 34.37 | 25.36 | - |
| YUV | 159.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 130 | 0 | 0.45 | 0.44 | 0.09 | 358.86 | 0.7 | 0.71 |
| Hex | E9 | 80 | 82 | 0 | 2D | 2C | 9 | 167 | 46 | 47 |
| Octal | 351 | 200 | 202 | 0 | 55 | 54 | 11 | 547 | 106 | 107 |
| Binary | 11101001 | 10000000 | 10000010 | 0 | 101101 | 101100 | 1001 | 101100111 | 1000110 | 1000111 |
Color Harmonies of #E98082
Complementary color
Monochromatic Colors of #E98082
Black with #E98082
Text Example
Text Example
White with #E98082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98082; }
p { color: rgb(233,128,130); }
H1.HeaderClassName
{
color: #E98082;
}
.AnyTagClassName
{
color: #E98082;
}
</style>
background-color css
<style>
a { background-color: #E98082; }
a { background-color: rgb(233,128,130); }
div.DivClassName
{
background-color: #E98082;
}
.BgClassName
{
background-color: #E98082;
}
</style>
border-color css
<style>
span { border-color: #E98082; }
span { border-color: rgb(233,128,130); }
td.TdClassName
{
border-color: #E98082;
}
.TagClassName
{
border-color: #E98082;
}
</style>