Shades of Shilo #E1AAAA
Tints of Shilo #E1AAAA
RGB
CMYK
RGB Variations
Color information
#E1AAAA (or 0xE1AAAA) is known color: Shilo. HEX triplet: E1, AA and AA. RGB value is (225,170,170). Sum of RGB (Red+Green+Blue) = 225+170+170=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAAA is #1E5555. Grayscale: #BABABA. Windows color (decimal): -1987926 or 11184865. OLE color: 11184865.
HSL color Cylindrical-coordinate representation of color #E1AAAA: hue angle of 0º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAAA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 170 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.12 |
| HSL | 0º | 0.48% | 0.77% | - |
| HSV(B) | 0º | 0.24% | 0.88% | - |
| XYZ | 52.68 | 47.66 | 44.45 | - |
| YUV | 186.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 170 | 0 | 0.24 | 0.24 | 0.12 | 0 | 0.48 | 0.77 |
| Hex | E1 | AA | AA | 0 | 18 | 18 | C | 0 | 30 | 4D |
| Octal | 341 | 252 | 252 | 0 | 30 | 30 | 14 | 0 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10101010 | 0 | 11000 | 11000 | 1100 | 0 | 110000 | 1001101 |
Color Harmonies of #E1AAAA
Complementary color
Monochromatic Colors of #E1AAAA
Black with #E1AAAA
Text Example
Text Example
White with #E1AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAAA; }
p { color: rgb(225,170,170); }
H1.HeaderClassName
{
color: #E1AAAA;
}
.AnyTagClassName
{
color: #E1AAAA;
}
</style>
background-color css
<style>
a { background-color: #E1AAAA; }
a { background-color: rgb(225,170,170); }
div.DivClassName
{
background-color: #E1AAAA;
}
.BgClassName
{
background-color: #E1AAAA;
}
</style>
border-color css
<style>
span { border-color: #E1AAAA; }
span { border-color: rgb(225,170,170); }
td.TdClassName
{
border-color: #E1AAAA;
}
.TagClassName
{
border-color: #E1AAAA;
}
</style>