Shades of Kobi #E29BAF
Tints of Kobi #E29BAF
RGB
CMYK
RGB Variations
Color information
#E29BAF (or 0xE29BAF) is known color: Kobi. HEX triplet: E2, 9B and AF. RGB value is (226,155,175). Sum of RGB (Red+Green+Blue) = 226+155+175=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29BAF is #1D6450. Grayscale: #B2B2B2. Windows color (decimal): -1926225 or 11508706. OLE color: 11508706.
HSL color Cylindrical-coordinate representation of color #E29BAF: hue angle of 343.1º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BAF is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 175 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.11 |
| HSL | 343.1º | 0.55% | 0.75% | - |
| HSV(B) | 343.1º | 0.31% | 0.89% | - |
| XYZ | 50.82 | 42.71 | 46.12 | - |
| YUV | 178.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 175 | 0 | 0.31 | 0.23 | 0.11 | 343.1 | 0.55 | 0.75 |
| Hex | E2 | 9B | AF | 0 | 1F | 17 | B | 157 | 37 | 4B |
| Octal | 342 | 233 | 257 | 0 | 37 | 27 | 13 | 527 | 67 | 113 |
| Binary | 11100010 | 10011011 | 10101111 | 0 | 11111 | 10111 | 1011 | 101010111 | 110111 | 1001011 |
Color Harmonies of #E29BAF
Complementary color
Monochromatic Colors of #E29BAF
Black with #E29BAF
Text Example
Text Example
White with #E29BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BAF; }
p { color: rgb(226,155,175); }
H1.HeaderClassName
{
color: #E29BAF;
}
.AnyTagClassName
{
color: #E29BAF;
}
</style>
background-color css
<style>
a { background-color: #E29BAF; }
a { background-color: rgb(226,155,175); }
div.DivClassName
{
background-color: #E29BAF;
}
.BgClassName
{
background-color: #E29BAF;
}
</style>
border-color css
<style>
span { border-color: #E29BAF; }
span { border-color: rgb(226,155,175); }
td.TdClassName
{
border-color: #E29BAF;
}
.TagClassName
{
border-color: #E29BAF;
}
</style>