Shades of Shilo #E1A6A0
Tints of Shilo #E1A6A0
RGB
CMYK
RGB Variations
Color information
#E1A6A0 (or 0xE1A6A0) is known color: Shilo. HEX triplet: E1, A6 and A0. RGB value is (225,166,160). Sum of RGB (Red+Green+Blue) = 225+166+160=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A6A0 is #1E595F. Grayscale: #B7B7B7. Windows color (decimal): -1988960 or 10528481. OLE color: 10528481.
HSL color Cylindrical-coordinate representation of color #E1A6A0: hue angle of 5.54º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A6A0 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 160 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.12 |
| HSL | 5.54º | 0.52% | 0.75% | - |
| HSV(B) | 5.54º | 0.29% | 0.88% | - |
| XYZ | 51.03 | 45.82 | 39.41 | - |
| YUV | 182.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 160 | 0 | 0.26 | 0.29 | 0.12 | 5.54 | 0.52 | 0.75 |
| Hex | E1 | A6 | A0 | 0 | 1A | 1D | C | 6 | 34 | 4B |
| Octal | 341 | 246 | 240 | 0 | 32 | 35 | 14 | 6 | 64 | 113 |
| Binary | 11100001 | 10100110 | 10100000 | 0 | 11010 | 11101 | 1100 | 110 | 110100 | 1001011 |
Color Harmonies of #E1A6A0
Complementary color
Monochromatic Colors of #E1A6A0
Black with #E1A6A0
Text Example
Text Example
White with #E1A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6A0; }
p { color: rgb(225,166,160); }
H1.HeaderClassName
{
color: #E1A6A0;
}
.AnyTagClassName
{
color: #E1A6A0;
}
</style>
background-color css
<style>
a { background-color: #E1A6A0; }
a { background-color: rgb(225,166,160); }
div.DivClassName
{
background-color: #E1A6A0;
}
.BgClassName
{
background-color: #E1A6A0;
}
</style>
border-color css
<style>
span { border-color: #E1A6A0; }
span { border-color: rgb(225,166,160); }
td.TdClassName
{
border-color: #E1A6A0;
}
.TagClassName
{
border-color: #E1A6A0;
}
</style>