Shades of Shilo #E3AFAA
Tints of Shilo #E3AFAA
RGB
CMYK
RGB Variations
Color information
#E3AFAA (or 0xE3AFAA) is known color: Shilo. HEX triplet: E3, AF and AA. RGB value is (227,175,170). Sum of RGB (Red+Green+Blue) = 227+175+170=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAA is #1C5055. Grayscale: #BEBEBE. Windows color (decimal): -1855574 or 11186147. OLE color: 11186147.
HSL color Cylindrical-coordinate representation of color #E3AFAA: hue angle of 5.26º degrees, saturation: 0.5, 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 #E3AFAA is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 170 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.11 |
| HSL | 5.26º | 0.5% | 0.78% | - |
| HSV(B) | 5.26º | 0.25% | 0.89% | - |
| XYZ | 54.26 | 49.89 | 44.8 | - |
| YUV | 189.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 170 | 0 | 0.23 | 0.25 | 0.11 | 5.26 | 0.5 | 0.78 |
| Hex | E3 | AF | AA | 0 | 17 | 19 | B | 5 | 32 | 4E |
| Octal | 343 | 257 | 252 | 0 | 27 | 31 | 13 | 5 | 62 | 116 |
| Binary | 11100011 | 10101111 | 10101010 | 0 | 10111 | 11001 | 1011 | 101 | 110010 | 1001110 |
Color Harmonies of #E3AFAA
Complementary color
Monochromatic Colors of #E3AFAA
Black with #E3AFAA
Text Example
Text Example
White with #E3AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFAA; }
p { color: rgb(227,175,170); }
H1.HeaderClassName
{
color: #E3AFAA;
}
.AnyTagClassName
{
color: #E3AFAA;
}
</style>
background-color css
<style>
a { background-color: #E3AFAA; }
a { background-color: rgb(227,175,170); }
div.DivClassName
{
background-color: #E3AFAA;
}
.BgClassName
{
background-color: #E3AFAA;
}
</style>
border-color css
<style>
span { border-color: #E3AFAA; }
span { border-color: rgb(227,175,170); }
td.TdClassName
{
border-color: #E3AFAA;
}
.TagClassName
{
border-color: #E3AFAA;
}
</style>