Shades of Kobi #E59BAC
Tints of Kobi #E59BAC
RGB
CMYK
RGB Variations
Color information
#E59BAC (or 0xE59BAC) is known color: Kobi. HEX triplet: E5, 9B and AC. RGB value is (229,155,172). Sum of RGB (Red+Green+Blue) = 229+155+172=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAC is #1A6453. Grayscale: #B3B3B3. Windows color (decimal): -1729620 or 11312101. OLE color: 11312101.
HSL color Cylindrical-coordinate representation of color #E59BAC: hue angle of 346.22º 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 #E59BAC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 172 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.10 |
| HSL | 346.22º | 0.59% | 0.75% | - |
| HSV(B) | 346.22º | 0.32% | 0.9% | - |
| XYZ | 51.48 | 43.08 | 44.63 | - |
| YUV | 179.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 172 | 0 | 0.32 | 0.25 | 0.10 | 346.22 | 0.59 | 0.75 |
| Hex | E5 | 9B | AC | 0 | 20 | 19 | A | 15A | 3B | 4B |
| Octal | 345 | 233 | 254 | 0 | 40 | 31 | 12 | 532 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10101100 | 0 | 100000 | 11001 | 1010 | 101011010 | 111011 | 1001011 |
Color Harmonies of #E59BAC
Complementary color
Monochromatic Colors of #E59BAC
Black with #E59BAC
Text Example
Text Example
White with #E59BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BAC; }
p { color: rgb(229,155,172); }
H1.HeaderClassName
{
color: #E59BAC;
}
.AnyTagClassName
{
color: #E59BAC;
}
</style>
background-color css
<style>
a { background-color: #E59BAC; }
a { background-color: rgb(229,155,172); }
div.DivClassName
{
background-color: #E59BAC;
}
.BgClassName
{
background-color: #E59BAC;
}
</style>
border-color css
<style>
span { border-color: #E59BAC; }
span { border-color: rgb(229,155,172); }
td.TdClassName
{
border-color: #E59BAC;
}
.TagClassName
{
border-color: #E59BAC;
}
</style>