Shades of Froly #E08182
Tints of Froly #E08182
RGB
CMYK
RGB Variations
Color information
#E08182 (or 0xE08182) is known color: Froly. HEX triplet: E0, 81 and 82. RGB value is (224,129,130). Sum of RGB (Red+Green+Blue) = 224+129+130=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08182 is #1F7E7D. Grayscale: #9D9D9D. Windows color (decimal): -2063998 or 8552928. OLE color: 8552928.
HSL color Cylindrical-coordinate representation of color #E08182: hue angle of 359.37º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08182 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 130 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.12 |
| HSL | 359.37º | 0.61% | 0.69% | - |
| HSV(B) | 359.37º | 0.42% | 0.88% | - |
| XYZ | 42.62 | 33.16 | 25.27 | - |
| YUV | 157.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 130 | 0 | 0.42 | 0.42 | 0.12 | 359.37 | 0.61 | 0.69 |
| Hex | E0 | 81 | 82 | 0 | 2A | 2A | C | 167 | 3D | 45 |
| Octal | 340 | 201 | 202 | 0 | 52 | 52 | 14 | 547 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10000010 | 0 | 101010 | 101010 | 1100 | 101100111 | 111101 | 1000101 |
Color Harmonies of #E08182
Complementary color
Monochromatic Colors of #E08182
Black with #E08182
Text Example
Text Example
White with #E08182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08182; }
p { color: rgb(224,129,130); }
H1.HeaderClassName
{
color: #E08182;
}
.AnyTagClassName
{
color: #E08182;
}
</style>
background-color css
<style>
a { background-color: #E08182; }
a { background-color: rgb(224,129,130); }
div.DivClassName
{
background-color: #E08182;
}
.BgClassName
{
background-color: #E08182;
}
</style>
border-color css
<style>
span { border-color: #E08182; }
span { border-color: rgb(224,129,130); }
td.TdClassName
{
border-color: #E08182;
}
.TagClassName
{
border-color: #E08182;
}
</style>