Shades of Shilo #E6AFA5
Tints of Shilo #E6AFA5
RGB
CMYK
RGB Variations
Color information
#E6AFA5 (or 0xE6AFA5) is known color: Shilo. HEX triplet: E6, AF and A5. RGB value is (230,175,165). Sum of RGB (Red+Green+Blue) = 230+175+165=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFA5 is #19505A. Grayscale: #BEBEBE. Windows color (decimal): -1658971 or 10858470. OLE color: 10858470.
HSL color Cylindrical-coordinate representation of color #E6AFA5: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6AFA5 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 165 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.10 |
| HSL | 9.23º | 0.57% | 0.77% | - |
| HSV(B) | 9.23º | 0.28% | 0.9% | - |
| XYZ | 54.75 | 50.2 | 42.4 | - |
| YUV | 190.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 165 | 0 | 0.24 | 0.28 | 0.10 | 9.23 | 0.57 | 0.77 |
| Hex | E6 | AF | A5 | 0 | 18 | 1C | A | 9 | 39 | 4D |
| Octal | 346 | 257 | 245 | 0 | 30 | 34 | 12 | 11 | 71 | 115 |
| Binary | 11100110 | 10101111 | 10100101 | 0 | 11000 | 11100 | 1010 | 1001 | 111001 | 1001101 |
Color Harmonies of #E6AFA5
Complementary color
Monochromatic Colors of #E6AFA5
Black with #E6AFA5
Text Example
Text Example
White with #E6AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFA5; }
p { color: rgb(230,175,165); }
H1.HeaderClassName
{
color: #E6AFA5;
}
.AnyTagClassName
{
color: #E6AFA5;
}
</style>
background-color css
<style>
a { background-color: #E6AFA5; }
a { background-color: rgb(230,175,165); }
div.DivClassName
{
background-color: #E6AFA5;
}
.BgClassName
{
background-color: #E6AFA5;
}
</style>
border-color css
<style>
span { border-color: #E6AFA5; }
span { border-color: rgb(230,175,165); }
td.TdClassName
{
border-color: #E6AFA5;
}
.TagClassName
{
border-color: #E6AFA5;
}
</style>