Shades of Kobi #E29BB3
Tints of Kobi #E29BB3
RGB
CMYK
RGB Variations
Color information
#E29BB3 (or 0xE29BB3) is known color: Kobi. HEX triplet: E2, 9B and B3. RGB value is (226,155,179). Sum of RGB (Red+Green+Blue) = 226+155+179=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BB3 is #1D644C. Grayscale: #B2B2B2. Windows color (decimal): -1926221 or 11770850. OLE color: 11770850.
HSL color Cylindrical-coordinate representation of color #E29BB3: hue angle of 339.72º 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 #E29BB3 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 179 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.11 |
| HSL | 339.72º | 0.55% | 0.75% | - |
| HSV(B) | 339.72º | 0.31% | 0.89% | - |
| XYZ | 51.22 | 42.87 | 48.22 | - |
| YUV | 178.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 179 | 0 | 0.31 | 0.21 | 0.11 | 339.72 | 0.55 | 0.75 |
| Hex | E2 | 9B | B3 | 0 | 1F | 15 | B | 154 | 37 | 4B |
| Octal | 342 | 233 | 263 | 0 | 37 | 25 | 13 | 524 | 67 | 113 |
| Binary | 11100010 | 10011011 | 10110011 | 0 | 11111 | 10101 | 1011 | 101010100 | 110111 | 1001011 |
Color Harmonies of #E29BB3
Complementary color
Monochromatic Colors of #E29BB3
Black with #E29BB3
Text Example
Text Example
White with #E29BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BB3; }
p { color: rgb(226,155,179); }
H1.HeaderClassName
{
color: #E29BB3;
}
.AnyTagClassName
{
color: #E29BB3;
}
</style>
background-color css
<style>
a { background-color: #E29BB3; }
a { background-color: rgb(226,155,179); }
div.DivClassName
{
background-color: #E29BB3;
}
.BgClassName
{
background-color: #E29BB3;
}
</style>
border-color css
<style>
span { border-color: #E29BB3; }
span { border-color: rgb(226,155,179); }
td.TdClassName
{
border-color: #E29BB3;
}
.TagClassName
{
border-color: #E29BB3;
}
</style>