Shades of Kobi #E189AB
Tints of Kobi #E189AB
RGB
CMYK
RGB Variations
Color information
#E189AB (or 0xE189AB) is known color: Kobi. HEX triplet: E1, 89 and AB. RGB value is (225,137,171). Sum of RGB (Red+Green+Blue) = 225+137+171=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E189AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189AB is #1E7654. Grayscale: #A7A7A7. Windows color (decimal): -1996373 or 11241953. OLE color: 11241953.
HSL color Cylindrical-coordinate representation of color #E189AB: hue angle of 336.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189AB is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 171 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.12 |
| HSL | 336.82º | 0.59% | 0.71% | - |
| HSV(B) | 336.82º | 0.39% | 0.88% | - |
| XYZ | 47.35 | 36.84 | 43.14 | - |
| YUV | 167.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 171 | 0 | 0.39 | 0.24 | 0.12 | 336.82 | 0.59 | 0.71 |
| Hex | E1 | 89 | AB | 0 | 27 | 18 | C | 151 | 3B | 47 |
| Octal | 341 | 211 | 253 | 0 | 47 | 30 | 14 | 521 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10101011 | 0 | 100111 | 11000 | 1100 | 101010001 | 111011 | 1000111 |
Color Harmonies of #E189AB
Complementary color
Monochromatic Colors of #E189AB
Black with #E189AB
Text Example
Text Example
White with #E189AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189AB; }
p { color: rgb(225,137,171); }
H1.HeaderClassName
{
color: #E189AB;
}
.AnyTagClassName
{
color: #E189AB;
}
</style>
background-color css
<style>
a { background-color: #E189AB; }
a { background-color: rgb(225,137,171); }
div.DivClassName
{
background-color: #E189AB;
}
.BgClassName
{
background-color: #E189AB;
}
</style>
border-color css
<style>
span { border-color: #E189AB; }
span { border-color: rgb(225,137,171); }
td.TdClassName
{
border-color: #E189AB;
}
.TagClassName
{
border-color: #E189AB;
}
</style>