Shades of Froly #E68082
Tints of Froly #E68082
RGB
CMYK
RGB Variations
Color information
#E68082 (or 0xE68082) is known color: Froly. HEX triplet: E6, 80 and 82. RGB value is (230,128,130). Sum of RGB (Red+Green+Blue) = 230+128+130=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68082 is #197F7D. Grayscale: #9E9E9E. Windows color (decimal): -1671038 or 8552678. OLE color: 8552678.
HSL color Cylindrical-coordinate representation of color #E68082: hue angle of 358.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68082 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 130 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.10 |
| HSL | 358.82º | 0.67% | 0.7% | - |
| HSV(B) | 358.82º | 0.44% | 0.9% | - |
| XYZ | 44.38 | 33.87 | 25.32 | - |
| YUV | 158.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 130 | 0 | 0.44 | 0.43 | 0.10 | 358.82 | 0.67 | 0.7 |
| Hex | E6 | 80 | 82 | 0 | 2C | 2B | A | 167 | 43 | 46 |
| Octal | 346 | 200 | 202 | 0 | 54 | 53 | 12 | 547 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10000010 | 0 | 101100 | 101011 | 1010 | 101100111 | 1000011 | 1000110 |
Color Harmonies of #E68082
Complementary color
Monochromatic Colors of #E68082
Black with #E68082
Text Example
Text Example
White with #E68082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68082; }
p { color: rgb(230,128,130); }
H1.HeaderClassName
{
color: #E68082;
}
.AnyTagClassName
{
color: #E68082;
}
</style>
background-color css
<style>
a { background-color: #E68082; }
a { background-color: rgb(230,128,130); }
div.DivClassName
{
background-color: #E68082;
}
.BgClassName
{
background-color: #E68082;
}
</style>
border-color css
<style>
span { border-color: #E68082; }
span { border-color: rgb(230,128,130); }
td.TdClassName
{
border-color: #E68082;
}
.TagClassName
{
border-color: #E68082;
}
</style>