Shades of Shilo #E2AFAB
Tints of Shilo #E2AFAB
RGB
CMYK
RGB Variations
Color information
#E2AFAB (or 0xE2AFAB) is known color: Shilo. HEX triplet: E2, AF and AB. RGB value is (226,175,171). Sum of RGB (Red+Green+Blue) = 226+175+171=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFAB is #1D5054. Grayscale: #BDBDBD. Windows color (decimal): -1921109 or 11251682. OLE color: 11251682.
HSL color Cylindrical-coordinate representation of color #E2AFAB: hue angle of 4.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2AFAB is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 171 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 4.36º | 0.49% | 0.78% | - |
| HSV(B) | 4.36º | 0.24% | 0.89% | - |
| XYZ | 54.04 | 49.77 | 45.29 | - |
| YUV | 189.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 171 | 0 | 0.23 | 0.24 | 0.11 | 4.36 | 0.49 | 0.78 |
| Hex | E2 | AF | AB | 0 | 17 | 18 | B | 4 | 31 | 4E |
| Octal | 342 | 257 | 253 | 0 | 27 | 30 | 13 | 4 | 61 | 116 |
| Binary | 11100010 | 10101111 | 10101011 | 0 | 10111 | 11000 | 1011 | 100 | 110001 | 1001110 |
Color Harmonies of #E2AFAB
Complementary color
Monochromatic Colors of #E2AFAB
Black with #E2AFAB
Text Example
Text Example
White with #E2AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFAB; }
p { color: rgb(226,175,171); }
H1.HeaderClassName
{
color: #E2AFAB;
}
.AnyTagClassName
{
color: #E2AFAB;
}
</style>
background-color css
<style>
a { background-color: #E2AFAB; }
a { background-color: rgb(226,175,171); }
div.DivClassName
{
background-color: #E2AFAB;
}
.BgClassName
{
background-color: #E2AFAB;
}
</style>
border-color css
<style>
span { border-color: #E2AFAB; }
span { border-color: rgb(226,175,171); }
td.TdClassName
{
border-color: #E2AFAB;
}
.TagClassName
{
border-color: #E2AFAB;
}
</style>