Shades of Shilo #E1A4A3
Tints of Shilo #E1A4A3
RGB
CMYK
RGB Variations
Color information
#E1A4A3 (or 0xE1A4A3) is known color: Shilo. HEX triplet: E1, A4 and A3. RGB value is (225,164,163). Sum of RGB (Red+Green+Blue) = 225+164+163=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A4A3 is #1E5B5C. Grayscale: #B6B6B6. Windows color (decimal): -1989469 or 10724577. OLE color: 10724577.
HSL color Cylindrical-coordinate representation of color #E1A4A3: hue angle of 0.97º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A4A3 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 163 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.12 |
| HSL | 0.97º | 0.51% | 0.76% | - |
| HSV(B) | 0.97º | 0.28% | 0.88% | - |
| XYZ | 50.94 | 45.2 | 40.69 | - |
| YUV | 182.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 163 | 0 | 0.27 | 0.28 | 0.12 | 0.97 | 0.51 | 0.76 |
| Hex | E1 | A4 | A3 | 0 | 1B | 1C | C | 1 | 33 | 4C |
| Octal | 341 | 244 | 243 | 0 | 33 | 34 | 14 | 1 | 63 | 114 |
| Binary | 11100001 | 10100100 | 10100011 | 0 | 11011 | 11100 | 1100 | 1 | 110011 | 1001100 |
Color Harmonies of #E1A4A3
Complementary color
Monochromatic Colors of #E1A4A3
Black with #E1A4A3
Text Example
Text Example
White with #E1A4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4A3; }
p { color: rgb(225,164,163); }
H1.HeaderClassName
{
color: #E1A4A3;
}
.AnyTagClassName
{
color: #E1A4A3;
}
</style>
background-color css
<style>
a { background-color: #E1A4A3; }
a { background-color: rgb(225,164,163); }
div.DivClassName
{
background-color: #E1A4A3;
}
.BgClassName
{
background-color: #E1A4A3;
}
</style>
border-color css
<style>
span { border-color: #E1A4A3; }
span { border-color: rgb(225,164,163); }
td.TdClassName
{
border-color: #E1A4A3;
}
.TagClassName
{
border-color: #E1A4A3;
}
</style>