Shades of Froly #E18182
Tints of Froly #E18182
RGB
CMYK
RGB Variations
Color information
#E18182 (or 0xE18182) is known color: Froly. HEX triplet: E1, 81 and 82. RGB value is (225,129,130). Sum of RGB (Red+Green+Blue) = 225+129+130=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E18182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18182 is #1E7E7D. Grayscale: #9D9D9D. Windows color (decimal): -1998462 or 8552929. OLE color: 8552929.
HSL color Cylindrical-coordinate representation of color #E18182: hue angle of 359.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18182 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 130 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.12 |
| HSL | 359.38º | 0.62% | 0.69% | - |
| HSV(B) | 359.38º | 0.43% | 0.88% | - |
| XYZ | 42.93 | 33.32 | 25.29 | - |
| YUV | 157.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 130 | 0 | 0.43 | 0.42 | 0.12 | 359.38 | 0.62 | 0.69 |
| Hex | E1 | 81 | 82 | 0 | 2B | 2A | C | 167 | 3E | 45 |
| Octal | 341 | 201 | 202 | 0 | 53 | 52 | 14 | 547 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10000010 | 0 | 101011 | 101010 | 1100 | 101100111 | 111110 | 1000101 |
Color Harmonies of #E18182
Complementary color
Monochromatic Colors of #E18182
Black with #E18182
Text Example
Text Example
White with #E18182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18182; }
p { color: rgb(225,129,130); }
H1.HeaderClassName
{
color: #E18182;
}
.AnyTagClassName
{
color: #E18182;
}
</style>
background-color css
<style>
a { background-color: #E18182; }
a { background-color: rgb(225,129,130); }
div.DivClassName
{
background-color: #E18182;
}
.BgClassName
{
background-color: #E18182;
}
</style>
border-color css
<style>
span { border-color: #E18182; }
span { border-color: rgb(225,129,130); }
td.TdClassName
{
border-color: #E18182;
}
.TagClassName
{
border-color: #E18182;
}
</style>