Shades of Froly #E87982
Tints of Froly #E87982
RGB
CMYK
RGB Variations
Color information
#E87982 (or 0xE87982) is known color: Froly. HEX triplet: E8, 79 and 82. RGB value is (232,121,130). Sum of RGB (Red+Green+Blue) = 232+121+130=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E87982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87982 is #17867D. Grayscale: #9B9B9B. Windows color (decimal): -1541758 or 8550888. OLE color: 8550888.
HSL color Cylindrical-coordinate representation of color #E87982: hue angle of 355.14º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87982 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 130 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.09 |
| HSL | 355.14º | 0.71% | 0.69% | - |
| HSV(B) | 355.14º | 0.48% | 0.91% | - |
| XYZ | 44.15 | 32.44 | 25.05 | - |
| YUV | 155.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 130 | 0 | 0.48 | 0.44 | 0.09 | 355.14 | 0.71 | 0.69 |
| Hex | E8 | 79 | 82 | 0 | 30 | 2C | 9 | 163 | 47 | 45 |
| Octal | 350 | 171 | 202 | 0 | 60 | 54 | 11 | 543 | 107 | 105 |
| Binary | 11101000 | 1111001 | 10000010 | 0 | 110000 | 101100 | 1001 | 101100011 | 1000111 | 1000101 |
Color Harmonies of #E87982
Complementary color
Monochromatic Colors of #E87982
Black with #E87982
Text Example
Text Example
White with #E87982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87982; }
p { color: rgb(232,121,130); }
H1.HeaderClassName
{
color: #E87982;
}
.AnyTagClassName
{
color: #E87982;
}
</style>
background-color css
<style>
a { background-color: #E87982; }
a { background-color: rgb(232,121,130); }
div.DivClassName
{
background-color: #E87982;
}
.BgClassName
{
background-color: #E87982;
}
</style>
border-color css
<style>
span { border-color: #E87982; }
span { border-color: rgb(232,121,130); }
td.TdClassName
{
border-color: #E87982;
}
.TagClassName
{
border-color: #E87982;
}
</style>