Shades of Shilo #E2AEAB
Tints of Shilo #E2AEAB
RGB
CMYK
RGB Variations
Color information
#E2AEAB (or 0xE2AEAB) is known color: Shilo. HEX triplet: E2, AE and AB. RGB value is (226,174,171). Sum of RGB (Red+Green+Blue) = 226+174+171=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AEAB is #1D5154. Grayscale: #BDBDBD. Windows color (decimal): -1921365 or 11251426. OLE color: 11251426.
HSL color Cylindrical-coordinate representation of color #E2AEAB: hue angle of 3.27º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2AEAB is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 171 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 3.27º | 0.49% | 0.78% | - |
| HSV(B) | 3.27º | 0.24% | 0.89% | - |
| XYZ | 53.85 | 49.38 | 45.22 | - |
| YUV | 189.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 171 | 0 | 0.23 | 0.24 | 0.11 | 3.27 | 0.49 | 0.78 |
| Hex | E2 | AE | AB | 0 | 17 | 18 | B | 3 | 31 | 4E |
| Octal | 342 | 256 | 253 | 0 | 27 | 30 | 13 | 3 | 61 | 116 |
| Binary | 11100010 | 10101110 | 10101011 | 0 | 10111 | 11000 | 1011 | 11 | 110001 | 1001110 |
Color Harmonies of #E2AEAB
Complementary color
Monochromatic Colors of #E2AEAB
Black with #E2AEAB
Text Example
Text Example
White with #E2AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEAB; }
p { color: rgb(226,174,171); }
H1.HeaderClassName
{
color: #E2AEAB;
}
.AnyTagClassName
{
color: #E2AEAB;
}
</style>
background-color css
<style>
a { background-color: #E2AEAB; }
a { background-color: rgb(226,174,171); }
div.DivClassName
{
background-color: #E2AEAB;
}
.BgClassName
{
background-color: #E2AEAB;
}
</style>
border-color css
<style>
span { border-color: #E2AEAB; }
span { border-color: rgb(226,174,171); }
td.TdClassName
{
border-color: #E2AEAB;
}
.TagClassName
{
border-color: #E2AEAB;
}
</style>