Shades of Kobi #E188AB
Tints of Kobi #E188AB
RGB
CMYK
RGB Variations
Color information
#E188AB (or 0xE188AB) is known color: Kobi. HEX triplet: E1, 88 and AB. RGB value is (225,136,171). Sum of RGB (Red+Green+Blue) = 225+136+171=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E188AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188AB is #1E7754. Grayscale: #A6A6A6. Windows color (decimal): -1996629 or 11241697. OLE color: 11241697.
HSL color Cylindrical-coordinate representation of color #E188AB: hue angle of 336.4º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188AB is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 171 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.12 |
| HSL | 336.4º | 0.6% | 0.71% | - |
| HSV(B) | 336.4º | 0.4% | 0.88% | - |
| XYZ | 47.21 | 36.56 | 43.1 | - |
| YUV | 166.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 171 | 0 | 0.40 | 0.24 | 0.12 | 336.4 | 0.6 | 0.71 |
| Hex | E1 | 88 | AB | 0 | 28 | 18 | C | 150 | 3C | 47 |
| Octal | 341 | 210 | 253 | 0 | 50 | 30 | 14 | 520 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10101011 | 0 | 101000 | 11000 | 1100 | 101010000 | 111100 | 1000111 |
Color Harmonies of #E188AB
Complementary color
Monochromatic Colors of #E188AB
Black with #E188AB
Text Example
Text Example
White with #E188AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188AB; }
p { color: rgb(225,136,171); }
H1.HeaderClassName
{
color: #E188AB;
}
.AnyTagClassName
{
color: #E188AB;
}
</style>
background-color css
<style>
a { background-color: #E188AB; }
a { background-color: rgb(225,136,171); }
div.DivClassName
{
background-color: #E188AB;
}
.BgClassName
{
background-color: #E188AB;
}
</style>
border-color css
<style>
span { border-color: #E188AB; }
span { border-color: rgb(225,136,171); }
td.TdClassName
{
border-color: #E188AB;
}
.TagClassName
{
border-color: #E188AB;
}
</style>