Shades of Shilo #E2ABA3
Tints of Shilo #E2ABA3
RGB
CMYK
RGB Variations
Color information
#E2ABA3 (or 0xE2ABA3) is known color: Shilo. HEX triplet: E2, AB and A3. RGB value is (226,171,163). Sum of RGB (Red+Green+Blue) = 226+171+163=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ABA3 is #1D545C. Grayscale: #BABABA. Windows color (decimal): -1922141 or 10726370. OLE color: 10726370.
HSL color Cylindrical-coordinate representation of color #E2ABA3: hue angle of 7.62º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ABA3 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 163 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.11 |
| HSL | 7.62º | 0.52% | 0.76% | - |
| HSV(B) | 7.62º | 0.28% | 0.89% | - |
| XYZ | 52.54 | 47.94 | 41.13 | - |
| YUV | 186.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 163 | 0 | 0.24 | 0.28 | 0.11 | 7.62 | 0.52 | 0.76 |
| Hex | E2 | AB | A3 | 0 | 18 | 1C | B | 8 | 34 | 4C |
| Octal | 342 | 253 | 243 | 0 | 30 | 34 | 13 | 10 | 64 | 114 |
| Binary | 11100010 | 10101011 | 10100011 | 0 | 11000 | 11100 | 1011 | 1000 | 110100 | 1001100 |
Color Harmonies of #E2ABA3
Complementary color
Monochromatic Colors of #E2ABA3
Black with #E2ABA3
Text Example
Text Example
White with #E2ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABA3; }
p { color: rgb(226,171,163); }
H1.HeaderClassName
{
color: #E2ABA3;
}
.AnyTagClassName
{
color: #E2ABA3;
}
</style>
background-color css
<style>
a { background-color: #E2ABA3; }
a { background-color: rgb(226,171,163); }
div.DivClassName
{
background-color: #E2ABA3;
}
.BgClassName
{
background-color: #E2ABA3;
}
</style>
border-color css
<style>
span { border-color: #E2ABA3; }
span { border-color: rgb(226,171,163); }
td.TdClassName
{
border-color: #E2ABA3;
}
.TagClassName
{
border-color: #E2ABA3;
}
</style>