Shades of Kobi #E1A0AE
Tints of Kobi #E1A0AE
RGB
CMYK
RGB Variations
Color information
#E1A0AE (or 0xE1A0AE) is known color: Kobi. HEX triplet: E1, A0 and AE. RGB value is (225,160,174). Sum of RGB (Red+Green+Blue) = 225+160+174=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A0AE is #1E5F51. Grayscale: #B5B5B5. Windows color (decimal): -1990482 or 11444449. OLE color: 11444449.
HSL color Cylindrical-coordinate representation of color #E1A0AE: hue angle of 347.08º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0AE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 174 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.12 |
| HSL | 347.08º | 0.52% | 0.75% | - |
| HSV(B) | 347.08º | 0.29% | 0.88% | - |
| XYZ | 51.26 | 44.21 | 45.88 | - |
| YUV | 181.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 174 | 0 | 0.29 | 0.23 | 0.12 | 347.08 | 0.52 | 0.75 |
| Hex | E1 | A0 | AE | 0 | 1D | 17 | C | 15B | 34 | 4B |
| Octal | 341 | 240 | 256 | 0 | 35 | 27 | 14 | 533 | 64 | 113 |
| Binary | 11100001 | 10100000 | 10101110 | 0 | 11101 | 10111 | 1100 | 101011011 | 110100 | 1001011 |
Color Harmonies of #E1A0AE
Complementary color
Monochromatic Colors of #E1A0AE
Black with #E1A0AE
Text Example
Text Example
White with #E1A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0AE; }
p { color: rgb(225,160,174); }
H1.HeaderClassName
{
color: #E1A0AE;
}
.AnyTagClassName
{
color: #E1A0AE;
}
</style>
background-color css
<style>
a { background-color: #E1A0AE; }
a { background-color: rgb(225,160,174); }
div.DivClassName
{
background-color: #E1A0AE;
}
.BgClassName
{
background-color: #E1A0AE;
}
</style>
border-color css
<style>
span { border-color: #E1A0AE; }
span { border-color: rgb(225,160,174); }
td.TdClassName
{
border-color: #E1A0AE;
}
.TagClassName
{
border-color: #E1A0AE;
}
</style>