Shades of Kobi #E59BAD
Tints of Kobi #E59BAD
RGB
CMYK
RGB Variations
Color information
#E59BAD (or 0xE59BAD) is known color: Kobi. HEX triplet: E5, 9B and AD. RGB value is (229,155,173). Sum of RGB (Red+Green+Blue) = 229+155+173=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAD is #1A6452. Grayscale: #B3B3B3. Windows color (decimal): -1729619 or 11377637. OLE color: 11377637.
HSL color Cylindrical-coordinate representation of color #E59BAD: hue angle of 345.41º 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 #E59BAD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 173 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.10 |
| HSL | 345.41º | 0.59% | 0.75% | - |
| HSV(B) | 345.41º | 0.32% | 0.9% | - |
| XYZ | 51.58 | 43.12 | 45.14 | - |
| YUV | 179.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 173 | 0 | 0.32 | 0.24 | 0.10 | 345.41 | 0.59 | 0.75 |
| Hex | E5 | 9B | AD | 0 | 20 | 18 | A | 159 | 3B | 4B |
| Octal | 345 | 233 | 255 | 0 | 40 | 30 | 12 | 531 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10101101 | 0 | 100000 | 11000 | 1010 | 101011001 | 111011 | 1001011 |
Color Harmonies of #E59BAD
Complementary color
Monochromatic Colors of #E59BAD
Black with #E59BAD
Text Example
Text Example
White with #E59BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BAD; }
p { color: rgb(229,155,173); }
H1.HeaderClassName
{
color: #E59BAD;
}
.AnyTagClassName
{
color: #E59BAD;
}
</style>
background-color css
<style>
a { background-color: #E59BAD; }
a { background-color: rgb(229,155,173); }
div.DivClassName
{
background-color: #E59BAD;
}
.BgClassName
{
background-color: #E59BAD;
}
</style>
border-color css
<style>
span { border-color: #E59BAD; }
span { border-color: rgb(229,155,173); }
td.TdClassName
{
border-color: #E59BAD;
}
.TagClassName
{
border-color: #E59BAD;
}
</style>