Shades of Kobi #E59BAB
Tints of Kobi #E59BAB
RGB
CMYK
RGB Variations
Color information
#E59BAB (or 0xE59BAB) is known color: Kobi. HEX triplet: E5, 9B and AB. RGB value is (229,155,171). Sum of RGB (Red+Green+Blue) = 229+155+171=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAB is #1A6454. Grayscale: #B2B2B2. Windows color (decimal): -1729621 or 11246565. OLE color: 11246565.
HSL color Cylindrical-coordinate representation of color #E59BAB: hue angle of 347.03º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BAB is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 171 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.10 |
| HSL | 347.03º | 0.59% | 0.75% | - |
| HSV(B) | 347.03º | 0.32% | 0.9% | - |
| XYZ | 51.39 | 43.04 | 44.13 | - |
| YUV | 178.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 171 | 0 | 0.32 | 0.25 | 0.10 | 347.03 | 0.59 | 0.75 |
| Hex | E5 | 9B | AB | 0 | 20 | 19 | A | 15B | 3B | 4B |
| Octal | 345 | 233 | 253 | 0 | 40 | 31 | 12 | 533 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10101011 | 0 | 100000 | 11001 | 1010 | 101011011 | 111011 | 1001011 |
Color Harmonies of #E59BAB
Complementary color
Monochromatic Colors of #E59BAB
Black with #E59BAB
Text Example
Text Example
White with #E59BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BAB; }
p { color: rgb(229,155,171); }
H1.HeaderClassName
{
color: #E59BAB;
}
.AnyTagClassName
{
color: #E59BAB;
}
</style>
background-color css
<style>
a { background-color: #E59BAB; }
a { background-color: rgb(229,155,171); }
div.DivClassName
{
background-color: #E59BAB;
}
.BgClassName
{
background-color: #E59BAB;
}
</style>
border-color css
<style>
span { border-color: #E59BAB; }
span { border-color: rgb(229,155,171); }
td.TdClassName
{
border-color: #E59BAB;
}
.TagClassName
{
border-color: #E59BAB;
}
</style>