Shades of Shilo #E2ABAB
Tints of Shilo #E2ABAB
RGB
CMYK
RGB Variations
Color information
#E2ABAB (or 0xE2ABAB) is known color: Shilo. HEX triplet: E2, AB and AB. RGB value is (226,171,171). Sum of RGB (Red+Green+Blue) = 226+171+171=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ABAB is #1D5454. Grayscale: #BBBBBB. Windows color (decimal): -1922133 or 11250658. OLE color: 11250658.
HSL color Cylindrical-coordinate representation of color #E2ABAB: hue angle of 0º 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 #E2ABAB is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 171 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.11 |
| HSL | 0º | 0.49% | 0.78% | - |
| HSV(B) | 0º | 0.24% | 0.89% | - |
| XYZ | 53.28 | 48.23 | 45.03 | - |
| YUV | 187.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 171 | 0 | 0.24 | 0.24 | 0.11 | 0 | 0.49 | 0.78 |
| Hex | E2 | AB | AB | 0 | 18 | 18 | B | 0 | 31 | 4E |
| Octal | 342 | 253 | 253 | 0 | 30 | 30 | 13 | 0 | 61 | 116 |
| Binary | 11100010 | 10101011 | 10101011 | 0 | 11000 | 11000 | 1011 | 0 | 110001 | 1001110 |
Color Harmonies of #E2ABAB
Complementary color
Monochromatic Colors of #E2ABAB
Black with #E2ABAB
Text Example
Text Example
White with #E2ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABAB; }
p { color: rgb(226,171,171); }
H1.HeaderClassName
{
color: #E2ABAB;
}
.AnyTagClassName
{
color: #E2ABAB;
}
</style>
background-color css
<style>
a { background-color: #E2ABAB; }
a { background-color: rgb(226,171,171); }
div.DivClassName
{
background-color: #E2ABAB;
}
.BgClassName
{
background-color: #E2ABAB;
}
</style>
border-color css
<style>
span { border-color: #E2ABAB; }
span { border-color: rgb(226,171,171); }
td.TdClassName
{
border-color: #E2ABAB;
}
.TagClassName
{
border-color: #E2ABAB;
}
</style>