Shades of Kobi #E189A3
Tints of Kobi #E189A3
RGB
CMYK
RGB Variations
Color information
#E189A3 (or 0xE189A3) is known color: Kobi. HEX triplet: E1, 89 and A3. RGB value is (225,137,163). Sum of RGB (Red+Green+Blue) = 225+137+163=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E189A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189A3 is #1E765C. Grayscale: #A6A6A6. Windows color (decimal): -1996381 or 10717665. OLE color: 10717665.
HSL color Cylindrical-coordinate representation of color #E189A3: hue angle of 342.27º 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 #E189A3 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 163 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.12 |
| HSL | 342.27º | 0.59% | 0.71% | - |
| HSV(B) | 342.27º | 0.39% | 0.88% | - |
| XYZ | 46.61 | 36.54 | 39.25 | - |
| YUV | 166.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 163 | 0 | 0.39 | 0.28 | 0.12 | 342.27 | 0.59 | 0.71 |
| Hex | E1 | 89 | A3 | 0 | 27 | 1C | C | 156 | 3B | 47 |
| Octal | 341 | 211 | 243 | 0 | 47 | 34 | 14 | 526 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10100011 | 0 | 100111 | 11100 | 1100 | 101010110 | 111011 | 1000111 |
Color Harmonies of #E189A3
Complementary color
Monochromatic Colors of #E189A3
Black with #E189A3
Text Example
Text Example
White with #E189A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189A3; }
p { color: rgb(225,137,163); }
H1.HeaderClassName
{
color: #E189A3;
}
.AnyTagClassName
{
color: #E189A3;
}
</style>
background-color css
<style>
a { background-color: #E189A3; }
a { background-color: rgb(225,137,163); }
div.DivClassName
{
background-color: #E189A3;
}
.BgClassName
{
background-color: #E189A3;
}
</style>
border-color css
<style>
span { border-color: #E189A3; }
span { border-color: rgb(225,137,163); }
td.TdClassName
{
border-color: #E189A3;
}
.TagClassName
{
border-color: #E189A3;
}
</style>