Shades of Shilo #E6ACAB
Tints of Shilo #E6ACAB
RGB
CMYK
RGB Variations
Color information
#E6ACAB (or 0xE6ACAB) is known color: Shilo. HEX triplet: E6, AC and AB. RGB value is (230,172,171). Sum of RGB (Red+Green+Blue) = 230+172+171=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ACAB is #195354. Grayscale: #BDBDBD. Windows color (decimal): -1659733 or 11250918. OLE color: 11250918.
HSL color Cylindrical-coordinate representation of color #E6ACAB: hue angle of 1.02º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ACAB is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 171 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.10 |
| HSL | 1.02º | 0.54% | 0.79% | - |
| HSV(B) | 1.02º | 0.26% | 0.9% | - |
| XYZ | 54.74 | 49.27 | 45.15 | - |
| YUV | 189.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 171 | 0 | 0.25 | 0.26 | 0.10 | 1.02 | 0.54 | 0.79 |
| Hex | E6 | AC | AB | 0 | 19 | 1A | A | 1 | 36 | 4F |
| Octal | 346 | 254 | 253 | 0 | 31 | 32 | 12 | 1 | 66 | 117 |
| Binary | 11100110 | 10101100 | 10101011 | 0 | 11001 | 11010 | 1010 | 1 | 110110 | 1001111 |
Color Harmonies of #E6ACAB
Complementary color
Monochromatic Colors of #E6ACAB
Black with #E6ACAB
Text Example
Text Example
White with #E6ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ACAB; }
p { color: rgb(230,172,171); }
H1.HeaderClassName
{
color: #E6ACAB;
}
.AnyTagClassName
{
color: #E6ACAB;
}
</style>
background-color css
<style>
a { background-color: #E6ACAB; }
a { background-color: rgb(230,172,171); }
div.DivClassName
{
background-color: #E6ACAB;
}
.BgClassName
{
background-color: #E6ACAB;
}
</style>
border-color css
<style>
span { border-color: #E6ACAB; }
span { border-color: rgb(230,172,171); }
td.TdClassName
{
border-color: #E6ACAB;
}
.TagClassName
{
border-color: #E6ACAB;
}
</style>