Shades of Shilo #E2AFAA
Tints of Shilo #E2AFAA
RGB
CMYK
RGB Variations
Color information
#E2AFAA (or 0xE2AFAA) is known color: Shilo. HEX triplet: E2, AF and AA. RGB value is (226,175,170). Sum of RGB (Red+Green+Blue) = 226+175+170=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFAA is #1D5055. Grayscale: #BDBDBD. Windows color (decimal): -1921110 or 11186146. OLE color: 11186146.
HSL color Cylindrical-coordinate representation of color #E2AFAA: hue angle of 5.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AFAA is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 170 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.11 |
| HSL | 5.36º | 0.49% | 0.78% | - |
| HSV(B) | 5.36º | 0.25% | 0.89% | - |
| XYZ | 53.95 | 49.73 | 44.79 | - |
| YUV | 189.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 170 | 0 | 0.23 | 0.25 | 0.11 | 5.36 | 0.49 | 0.78 |
| Hex | E2 | AF | AA | 0 | 17 | 19 | B | 5 | 31 | 4E |
| Octal | 342 | 257 | 252 | 0 | 27 | 31 | 13 | 5 | 61 | 116 |
| Binary | 11100010 | 10101111 | 10101010 | 0 | 10111 | 11001 | 1011 | 101 | 110001 | 1001110 |
Color Harmonies of #E2AFAA
Complementary color
Monochromatic Colors of #E2AFAA
Black with #E2AFAA
Text Example
Text Example
White with #E2AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFAA; }
p { color: rgb(226,175,170); }
H1.HeaderClassName
{
color: #E2AFAA;
}
.AnyTagClassName
{
color: #E2AFAA;
}
</style>
background-color css
<style>
a { background-color: #E2AFAA; }
a { background-color: rgb(226,175,170); }
div.DivClassName
{
background-color: #E2AFAA;
}
.BgClassName
{
background-color: #E2AFAA;
}
</style>
border-color css
<style>
span { border-color: #E2AFAA; }
span { border-color: rgb(226,175,170); }
td.TdClassName
{
border-color: #E2AFAA;
}
.TagClassName
{
border-color: #E2AFAA;
}
</style>