Shades of Kobi #E3A0AF
Tints of Kobi #E3A0AF
RGB
CMYK
RGB Variations
Color information
#E3A0AF (or 0xE3A0AF) is known color: Kobi. HEX triplet: E3, A0 and AF. RGB value is (227,160,175). Sum of RGB (Red+Green+Blue) = 227+160+175=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A0AF is #1C5F50. Grayscale: #B5B5B5. Windows color (decimal): -1859409 or 11509987. OLE color: 11509987.
HSL color Cylindrical-coordinate representation of color #E3A0AF: hue angle of 346.57º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A0AF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 175 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.11 |
| HSL | 346.57º | 0.54% | 0.76% | - |
| HSV(B) | 346.57º | 0.3% | 0.89% | - |
| XYZ | 51.99 | 44.57 | 46.42 | - |
| YUV | 181.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 175 | 0 | 0.30 | 0.23 | 0.11 | 346.57 | 0.54 | 0.76 |
| Hex | E3 | A0 | AF | 0 | 1E | 17 | B | 15B | 36 | 4C |
| Octal | 343 | 240 | 257 | 0 | 36 | 27 | 13 | 533 | 66 | 114 |
| Binary | 11100011 | 10100000 | 10101111 | 0 | 11110 | 10111 | 1011 | 101011011 | 110110 | 1001100 |
Color Harmonies of #E3A0AF
Complementary color
Monochromatic Colors of #E3A0AF
Black with #E3A0AF
Text Example
Text Example
White with #E3A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A0AF; }
p { color: rgb(227,160,175); }
H1.HeaderClassName
{
color: #E3A0AF;
}
.AnyTagClassName
{
color: #E3A0AF;
}
</style>
background-color css
<style>
a { background-color: #E3A0AF; }
a { background-color: rgb(227,160,175); }
div.DivClassName
{
background-color: #E3A0AF;
}
.BgClassName
{
background-color: #E3A0AF;
}
</style>
border-color css
<style>
span { border-color: #E3A0AF; }
span { border-color: rgb(227,160,175); }
td.TdClassName
{
border-color: #E3A0AF;
}
.TagClassName
{
border-color: #E3A0AF;
}
</style>