Shades of Kobi #E29FB2
Tints of Kobi #E29FB2
RGB
CMYK
RGB Variations
Color information
#E29FB2 (or 0xE29FB2) is known color: Kobi. HEX triplet: E2, 9F and B2. RGB value is (226,159,178). Sum of RGB (Red+Green+Blue) = 226+159+178=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FB2 is #1D604D. Grayscale: #B5B5B5. Windows color (decimal): -1925198 or 11706338. OLE color: 11706338.
HSL color Cylindrical-coordinate representation of color #E29FB2: hue angle of 342.99º 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 #E29FB2 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 178 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.11 |
| HSL | 342.99º | 0.54% | 0.75% | - |
| HSV(B) | 342.99º | 0.3% | 0.89% | - |
| XYZ | 51.8 | 44.18 | 47.92 | - |
| YUV | 181.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 178 | 0 | 0.30 | 0.21 | 0.11 | 342.99 | 0.54 | 0.75 |
| Hex | E2 | 9F | B2 | 0 | 1E | 15 | B | 157 | 36 | 4B |
| Octal | 342 | 237 | 262 | 0 | 36 | 25 | 13 | 527 | 66 | 113 |
| Binary | 11100010 | 10011111 | 10110010 | 0 | 11110 | 10101 | 1011 | 101010111 | 110110 | 1001011 |
Color Harmonies of #E29FB2
Complementary color
Monochromatic Colors of #E29FB2
Black with #E29FB2
Text Example
Text Example
White with #E29FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FB2; }
p { color: rgb(226,159,178); }
H1.HeaderClassName
{
color: #E29FB2;
}
.AnyTagClassName
{
color: #E29FB2;
}
</style>
background-color css
<style>
a { background-color: #E29FB2; }
a { background-color: rgb(226,159,178); }
div.DivClassName
{
background-color: #E29FB2;
}
.BgClassName
{
background-color: #E29FB2;
}
</style>
border-color css
<style>
span { border-color: #E29FB2; }
span { border-color: rgb(226,159,178); }
td.TdClassName
{
border-color: #E29FB2;
}
.TagClassName
{
border-color: #E29FB2;
}
</style>