Shades of Froly #E28182
Tints of Froly #E28182
RGB
CMYK
RGB Variations
Color information
#E28182 (or 0xE28182) is known color: Froly. HEX triplet: E2, 81 and 82. RGB value is (226,129,130). Sum of RGB (Red+Green+Blue) = 226+129+130=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E28182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28182 is #1D7E7D. Grayscale: #9E9E9E. Windows color (decimal): -1932926 or 8552930. OLE color: 8552930.
HSL color Cylindrical-coordinate representation of color #E28182: hue angle of 359.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28182 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 130 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.11 |
| HSL | 359.38º | 0.63% | 0.7% | - |
| HSV(B) | 359.38º | 0.43% | 0.89% | - |
| XYZ | 43.24 | 33.48 | 25.3 | - |
| YUV | 158.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 130 | 0 | 0.43 | 0.42 | 0.11 | 359.38 | 0.63 | 0.7 |
| Hex | E2 | 81 | 82 | 0 | 2B | 2A | B | 167 | 3F | 46 |
| Octal | 342 | 201 | 202 | 0 | 53 | 52 | 13 | 547 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10000010 | 0 | 101011 | 101010 | 1011 | 101100111 | 111111 | 1000110 |
Color Harmonies of #E28182
Complementary color
Monochromatic Colors of #E28182
Black with #E28182
Text Example
Text Example
White with #E28182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28182; }
p { color: rgb(226,129,130); }
H1.HeaderClassName
{
color: #E28182;
}
.AnyTagClassName
{
color: #E28182;
}
</style>
background-color css
<style>
a { background-color: #E28182; }
a { background-color: rgb(226,129,130); }
div.DivClassName
{
background-color: #E28182;
}
.BgClassName
{
background-color: #E28182;
}
</style>
border-color css
<style>
span { border-color: #E28182; }
span { border-color: rgb(226,129,130); }
td.TdClassName
{
border-color: #E28182;
}
.TagClassName
{
border-color: #E28182;
}
</style>