Shades of Kobi #E189AC
Tints of Kobi #E189AC
RGB
CMYK
RGB Variations
Color information
#E189AC (or 0xE189AC) is known color: Kobi. HEX triplet: E1, 89 and AC. RGB value is (225,137,172). Sum of RGB (Red+Green+Blue) = 225+137+172=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E189AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189AC is #1E7653. Grayscale: #A7A7A7. Windows color (decimal): -1996372 or 11307489. OLE color: 11307489.
HSL color Cylindrical-coordinate representation of color #E189AC: hue angle of 336.14º 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 #E189AC is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 172 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.12 |
| HSL | 336.14º | 0.59% | 0.71% | - |
| HSV(B) | 336.14º | 0.39% | 0.88% | - |
| XYZ | 47.44 | 36.88 | 43.65 | - |
| YUV | 167.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 172 | 0 | 0.39 | 0.24 | 0.12 | 336.14 | 0.59 | 0.71 |
| Hex | E1 | 89 | AC | 0 | 27 | 18 | C | 150 | 3B | 47 |
| Octal | 341 | 211 | 254 | 0 | 47 | 30 | 14 | 520 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10101100 | 0 | 100111 | 11000 | 1100 | 101010000 | 111011 | 1000111 |
Color Harmonies of #E189AC
Complementary color
Monochromatic Colors of #E189AC
Black with #E189AC
Text Example
Text Example
White with #E189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189AC; }
p { color: rgb(225,137,172); }
H1.HeaderClassName
{
color: #E189AC;
}
.AnyTagClassName
{
color: #E189AC;
}
</style>
background-color css
<style>
a { background-color: #E189AC; }
a { background-color: rgb(225,137,172); }
div.DivClassName
{
background-color: #E189AC;
}
.BgClassName
{
background-color: #E189AC;
}
</style>
border-color css
<style>
span { border-color: #E189AC; }
span { border-color: rgb(225,137,172); }
td.TdClassName
{
border-color: #E189AC;
}
.TagClassName
{
border-color: #E189AC;
}
</style>