Shades of Kobi #E29BB5
Tints of Kobi #E29BB5
RGB
CMYK
RGB Variations
Color information
#E29BB5 (or 0xE29BB5) is known color: Kobi. HEX triplet: E2, 9B and B5. RGB value is (226,155,181). Sum of RGB (Red+Green+Blue) = 226+155+181=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BB5 is #1D644A. Grayscale: #B3B3B3. Windows color (decimal): -1926219 or 11901922. OLE color: 11901922.
HSL color Cylindrical-coordinate representation of color #E29BB5: hue angle of 338.03º 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 #E29BB5 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 181 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.11 |
| HSL | 338.03º | 0.55% | 0.75% | - |
| HSV(B) | 338.03º | 0.31% | 0.89% | - |
| XYZ | 51.43 | 42.95 | 49.3 | - |
| YUV | 179.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 181 | 0 | 0.31 | 0.20 | 0.11 | 338.03 | 0.55 | 0.75 |
| Hex | E2 | 9B | B5 | 0 | 1F | 14 | B | 152 | 37 | 4B |
| Octal | 342 | 233 | 265 | 0 | 37 | 24 | 13 | 522 | 67 | 113 |
| Binary | 11100010 | 10011011 | 10110101 | 0 | 11111 | 10100 | 1011 | 101010010 | 110111 | 1001011 |
Color Harmonies of #E29BB5
Complementary color
Monochromatic Colors of #E29BB5
Black with #E29BB5
Text Example
Text Example
White with #E29BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BB5; }
p { color: rgb(226,155,181); }
H1.HeaderClassName
{
color: #E29BB5;
}
.AnyTagClassName
{
color: #E29BB5;
}
</style>
background-color css
<style>
a { background-color: #E29BB5; }
a { background-color: rgb(226,155,181); }
div.DivClassName
{
background-color: #E29BB5;
}
.BgClassName
{
background-color: #E29BB5;
}
</style>
border-color css
<style>
span { border-color: #E29BB5; }
span { border-color: rgb(226,155,181); }
td.TdClassName
{
border-color: #E29BB5;
}
.TagClassName
{
border-color: #E29BB5;
}
</style>