Shades of Kobi #E29EAC
Tints of Kobi #E29EAC
RGB
CMYK
RGB Variations
Color information
#E29EAC (or 0xE29EAC) is known color: Kobi. HEX triplet: E2, 9E and AC. RGB value is (226,158,172). Sum of RGB (Red+Green+Blue) = 226+158+172=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29EAC is #1D6153. Grayscale: #B3B3B3. Windows color (decimal): -1925460 or 11312866. OLE color: 11312866.
HSL color Cylindrical-coordinate representation of color #E29EAC: hue angle of 347.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EAC is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 172 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.11 |
| HSL | 347.65º | 0.54% | 0.75% | - |
| HSV(B) | 347.65º | 0.3% | 0.89% | - |
| XYZ | 51.04 | 43.6 | 44.76 | - |
| YUV | 179.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 172 | 0 | 0.30 | 0.24 | 0.11 | 347.65 | 0.54 | 0.75 |
| Hex | E2 | 9E | AC | 0 | 1E | 18 | B | 15C | 36 | 4B |
| Octal | 342 | 236 | 254 | 0 | 36 | 30 | 13 | 534 | 66 | 113 |
| Binary | 11100010 | 10011110 | 10101100 | 0 | 11110 | 11000 | 1011 | 101011100 | 110110 | 1001011 |
Color Harmonies of #E29EAC
Complementary color
Monochromatic Colors of #E29EAC
Black with #E29EAC
Text Example
Text Example
White with #E29EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EAC; }
p { color: rgb(226,158,172); }
H1.HeaderClassName
{
color: #E29EAC;
}
.AnyTagClassName
{
color: #E29EAC;
}
</style>
background-color css
<style>
a { background-color: #E29EAC; }
a { background-color: rgb(226,158,172); }
div.DivClassName
{
background-color: #E29EAC;
}
.BgClassName
{
background-color: #E29EAC;
}
</style>
border-color css
<style>
span { border-color: #E29EAC; }
span { border-color: rgb(226,158,172); }
td.TdClassName
{
border-color: #E29EAC;
}
.TagClassName
{
border-color: #E29EAC;
}
</style>