Shades of Kobi #E198B0
Tints of Kobi #E198B0
RGB
CMYK
RGB Variations
Color information
#E198B0 (or 0xE198B0) is known color: Kobi. HEX triplet: E1, 98 and B0. RGB value is (225,152,176). Sum of RGB (Red+Green+Blue) = 225+152+176=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198B0 is #1E674F. Grayscale: #B0B0B0. Windows color (decimal): -1992528 or 11573473. OLE color: 11573473.
HSL color Cylindrical-coordinate representation of color #E198B0: hue angle of 340.27º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198B0 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 176 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.12 |
| HSL | 340.27º | 0.55% | 0.74% | - |
| HSV(B) | 340.27º | 0.32% | 0.88% | - |
| XYZ | 50.12 | 41.6 | 46.46 | - |
| YUV | 176.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 176 | 0 | 0.32 | 0.22 | 0.12 | 340.27 | 0.55 | 0.74 |
| Hex | E1 | 98 | B0 | 0 | 20 | 16 | C | 154 | 37 | 4A |
| Octal | 341 | 230 | 260 | 0 | 40 | 26 | 14 | 524 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10110000 | 0 | 100000 | 10110 | 1100 | 101010100 | 110111 | 1001010 |
Color Harmonies of #E198B0
Complementary color
Monochromatic Colors of #E198B0
Black with #E198B0
Text Example
Text Example
White with #E198B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198B0; }
p { color: rgb(225,152,176); }
H1.HeaderClassName
{
color: #E198B0;
}
.AnyTagClassName
{
color: #E198B0;
}
</style>
background-color css
<style>
a { background-color: #E198B0; }
a { background-color: rgb(225,152,176); }
div.DivClassName
{
background-color: #E198B0;
}
.BgClassName
{
background-color: #E198B0;
}
</style>
border-color css
<style>
span { border-color: #E198B0; }
span { border-color: rgb(225,152,176); }
td.TdClassName
{
border-color: #E198B0;
}
.TagClassName
{
border-color: #E198B0;
}
</style>