Shades of Kobi #E589AB
Tints of Kobi #E589AB
RGB
CMYK
RGB Variations
Color information
#E589AB (or 0xE589AB) is known color: Kobi. HEX triplet: E5, 89 and AB. RGB value is (229,137,171). Sum of RGB (Red+Green+Blue) = 229+137+171=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E589AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E589AB is #1A7654. Grayscale: #A8A8A8. Windows color (decimal): -1734229 or 11241957. OLE color: 11241957.
HSL color Cylindrical-coordinate representation of color #E589AB: hue angle of 337.83º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E589AB is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 171 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.10 |
| HSL | 337.83º | 0.64% | 0.72% | - |
| HSV(B) | 337.83º | 0.4% | 0.9% | - |
| XYZ | 48.61 | 37.49 | 43.2 | - |
| YUV | 168.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 171 | 0 | 0.40 | 0.25 | 0.10 | 337.83 | 0.64 | 0.72 |
| Hex | E5 | 89 | AB | 0 | 28 | 19 | A | 152 | 40 | 48 |
| Octal | 345 | 211 | 253 | 0 | 50 | 31 | 12 | 522 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10101011 | 0 | 101000 | 11001 | 1010 | 101010010 | 1000000 | 1001000 |
Color Harmonies of #E589AB
Complementary color
Monochromatic Colors of #E589AB
Black with #E589AB
Text Example
Text Example
White with #E589AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589AB; }
p { color: rgb(229,137,171); }
H1.HeaderClassName
{
color: #E589AB;
}
.AnyTagClassName
{
color: #E589AB;
}
</style>
background-color css
<style>
a { background-color: #E589AB; }
a { background-color: rgb(229,137,171); }
div.DivClassName
{
background-color: #E589AB;
}
.BgClassName
{
background-color: #E589AB;
}
</style>
border-color css
<style>
span { border-color: #E589AB; }
span { border-color: rgb(229,137,171); }
td.TdClassName
{
border-color: #E589AB;
}
.TagClassName
{
border-color: #E589AB;
}
</style>