Shades of Shilo #E1ABAB
Tints of Shilo #E1ABAB
RGB
CMYK
RGB Variations
Color information
#E1ABAB (or 0xE1ABAB) is known color: Shilo. HEX triplet: E1, AB and AB. RGB value is (225,171,171). Sum of RGB (Red+Green+Blue) = 225+171+171=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABAB is #1E5454. Grayscale: #BBBBBB. Windows color (decimal): -1987669 or 11250657. OLE color: 11250657.
HSL color Cylindrical-coordinate representation of color #E1ABAB: hue angle of 0º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABAB is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 171 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.12 |
| HSL | 0º | 0.47% | 0.78% | - |
| HSV(B) | 0º | 0.24% | 0.88% | - |
| XYZ | 52.96 | 48.07 | 45.02 | - |
| YUV | 187.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 171 | 0 | 0.24 | 0.24 | 0.12 | 0 | 0.47 | 0.78 |
| Hex | E1 | AB | AB | 0 | 18 | 18 | C | 0 | 2F | 4E |
| Octal | 341 | 253 | 253 | 0 | 30 | 30 | 14 | 0 | 57 | 116 |
| Binary | 11100001 | 10101011 | 10101011 | 0 | 11000 | 11000 | 1100 | 0 | 101111 | 1001110 |
Color Harmonies of #E1ABAB
Complementary color
Monochromatic Colors of #E1ABAB
Black with #E1ABAB
Text Example
Text Example
White with #E1ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABAB; }
p { color: rgb(225,171,171); }
H1.HeaderClassName
{
color: #E1ABAB;
}
.AnyTagClassName
{
color: #E1ABAB;
}
</style>
background-color css
<style>
a { background-color: #E1ABAB; }
a { background-color: rgb(225,171,171); }
div.DivClassName
{
background-color: #E1ABAB;
}
.BgClassName
{
background-color: #E1ABAB;
}
</style>
border-color css
<style>
span { border-color: #E1ABAB; }
span { border-color: rgb(225,171,171); }
td.TdClassName
{
border-color: #E1ABAB;
}
.TagClassName
{
border-color: #E1ABAB;
}
</style>