Shades of Shilo #E5ABAA
Tints of Shilo #E5ABAA
RGB
CMYK
RGB Variations
Color information
#E5ABAA (or 0xE5ABAA) is known color: Shilo. HEX triplet: E5, AB and AA. RGB value is (229,171,170). Sum of RGB (Red+Green+Blue) = 229+171+170=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5ABAA is #1A5455. Grayscale: #BCBCBC. Windows color (decimal): -1725526 or 11185125. OLE color: 11185125.
HSL color Cylindrical-coordinate representation of color #E5ABAA: hue angle of 1.02º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5ABAA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 170 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.10 |
| HSL | 1.02º | 0.53% | 0.78% | - |
| HSV(B) | 1.02º | 0.26% | 0.9% | - |
| XYZ | 54.13 | 48.69 | 44.57 | - |
| YUV | 188.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 170 | 0 | 0.25 | 0.26 | 0.10 | 1.02 | 0.53 | 0.78 |
| Hex | E5 | AB | AA | 0 | 19 | 1A | A | 1 | 35 | 4E |
| Octal | 345 | 253 | 252 | 0 | 31 | 32 | 12 | 1 | 65 | 116 |
| Binary | 11100101 | 10101011 | 10101010 | 0 | 11001 | 11010 | 1010 | 1 | 110101 | 1001110 |
Color Harmonies of #E5ABAA
Complementary color
Monochromatic Colors of #E5ABAA
Black with #E5ABAA
Text Example
Text Example
White with #E5ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABAA; }
p { color: rgb(229,171,170); }
H1.HeaderClassName
{
color: #E5ABAA;
}
.AnyTagClassName
{
color: #E5ABAA;
}
</style>
background-color css
<style>
a { background-color: #E5ABAA; }
a { background-color: rgb(229,171,170); }
div.DivClassName
{
background-color: #E5ABAA;
}
.BgClassName
{
background-color: #E5ABAA;
}
</style>
border-color css
<style>
span { border-color: #E5ABAA; }
span { border-color: rgb(229,171,170); }
td.TdClassName
{
border-color: #E5ABAA;
}
.TagClassName
{
border-color: #E5ABAA;
}
</style>