Shades of Shilo #E6AFA4
Tints of Shilo #E6AFA4
RGB
CMYK
RGB Variations
Color information
#E6AFA4 (or 0xE6AFA4) is known color: Shilo. HEX triplet: E6, AF and A4. RGB value is (230,175,164). Sum of RGB (Red+Green+Blue) = 230+175+164=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFA4 is #19505B. Grayscale: #BEBEBE. Windows color (decimal): -1658972 or 10792934. OLE color: 10792934.
HSL color Cylindrical-coordinate representation of color #E6AFA4: hue angle of 10º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6AFA4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 164 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.10 |
| HSL | 10º | 0.57% | 0.77% | - |
| HSV(B) | 10º | 0.29% | 0.9% | - |
| XYZ | 54.66 | 50.16 | 41.92 | - |
| YUV | 190.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 164 | 0 | 0.24 | 0.29 | 0.10 | 10 | 0.57 | 0.77 |
| Hex | E6 | AF | A4 | 0 | 18 | 1D | A | A | 39 | 4D |
| Octal | 346 | 257 | 244 | 0 | 30 | 35 | 12 | 12 | 71 | 115 |
| Binary | 11100110 | 10101111 | 10100100 | 0 | 11000 | 11101 | 1010 | 1010 | 111001 | 1001101 |
Color Harmonies of #E6AFA4
Complementary color
Monochromatic Colors of #E6AFA4
Black with #E6AFA4
Text Example
Text Example
White with #E6AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFA4; }
p { color: rgb(230,175,164); }
H1.HeaderClassName
{
color: #E6AFA4;
}
.AnyTagClassName
{
color: #E6AFA4;
}
</style>
background-color css
<style>
a { background-color: #E6AFA4; }
a { background-color: rgb(230,175,164); }
div.DivClassName
{
background-color: #E6AFA4;
}
.BgClassName
{
background-color: #E6AFA4;
}
</style>
border-color css
<style>
span { border-color: #E6AFA4; }
span { border-color: rgb(230,175,164); }
td.TdClassName
{
border-color: #E6AFA4;
}
.TagClassName
{
border-color: #E6AFA4;
}
</style>