Shades of Shilo #E2AFA4
Tints of Shilo #E2AFA4
RGB
CMYK
RGB Variations
Color information
#E2AFA4 (or 0xE2AFA4) is known color: Shilo. HEX triplet: E2, AF and A4. RGB value is (226,175,164). Sum of RGB (Red+Green+Blue) = 226+175+164=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFA4 is #1D505B. Grayscale: #BDBDBD. Windows color (decimal): -1921116 or 10792930. OLE color: 10792930.
HSL color Cylindrical-coordinate representation of color #E2AFA4: hue angle of 10.65º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AFA4 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 164 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.11 |
| HSL | 10.65º | 0.52% | 0.76% | - |
| HSV(B) | 10.65º | 0.27% | 0.89% | - |
| XYZ | 53.39 | 49.51 | 41.86 | - |
| YUV | 189 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 164 | 0 | 0.23 | 0.27 | 0.11 | 10.65 | 0.52 | 0.76 |
| Hex | E2 | AF | A4 | 0 | 17 | 1B | B | B | 34 | 4C |
| Octal | 342 | 257 | 244 | 0 | 27 | 33 | 13 | 13 | 64 | 114 |
| Binary | 11100010 | 10101111 | 10100100 | 0 | 10111 | 11011 | 1011 | 1011 | 110100 | 1001100 |
Color Harmonies of #E2AFA4
Complementary color
Monochromatic Colors of #E2AFA4
Black with #E2AFA4
Text Example
Text Example
White with #E2AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFA4; }
p { color: rgb(226,175,164); }
H1.HeaderClassName
{
color: #E2AFA4;
}
.AnyTagClassName
{
color: #E2AFA4;
}
</style>
background-color css
<style>
a { background-color: #E2AFA4; }
a { background-color: rgb(226,175,164); }
div.DivClassName
{
background-color: #E2AFA4;
}
.BgClassName
{
background-color: #E2AFA4;
}
</style>
border-color css
<style>
span { border-color: #E2AFA4; }
span { border-color: rgb(226,175,164); }
td.TdClassName
{
border-color: #E2AFA4;
}
.TagClassName
{
border-color: #E2AFA4;
}
</style>