Shades of Kobi #E198A9
Tints of Kobi #E198A9
RGB
CMYK
RGB Variations
Color information
#E198A9 (or 0xE198A9) is known color: Kobi. HEX triplet: E1, 98 and A9. RGB value is (225,152,169). Sum of RGB (Red+Green+Blue) = 225+152+169=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E198A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198A9 is #1E6756. Grayscale: #AFAFAF. Windows color (decimal): -1992535 or 11114721. OLE color: 11114721.
HSL color Cylindrical-coordinate representation of color #E198A9: hue angle of 346.03º 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 #E198A9 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 169 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.12 |
| HSL | 346.03º | 0.55% | 0.74% | - |
| HSV(B) | 346.03º | 0.32% | 0.88% | - |
| XYZ | 49.44 | 41.33 | 42.91 | - |
| YUV | 175.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 169 | 0 | 0.32 | 0.25 | 0.12 | 346.03 | 0.55 | 0.74 |
| Hex | E1 | 98 | A9 | 0 | 20 | 19 | C | 15A | 37 | 4A |
| Octal | 341 | 230 | 251 | 0 | 40 | 31 | 14 | 532 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10101001 | 0 | 100000 | 11001 | 1100 | 101011010 | 110111 | 1001010 |
Color Harmonies of #E198A9
Complementary color
Monochromatic Colors of #E198A9
Black with #E198A9
Text Example
Text Example
White with #E198A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198A9; }
p { color: rgb(225,152,169); }
H1.HeaderClassName
{
color: #E198A9;
}
.AnyTagClassName
{
color: #E198A9;
}
</style>
background-color css
<style>
a { background-color: #E198A9; }
a { background-color: rgb(225,152,169); }
div.DivClassName
{
background-color: #E198A9;
}
.BgClassName
{
background-color: #E198A9;
}
</style>
border-color css
<style>
span { border-color: #E198A9; }
span { border-color: rgb(225,152,169); }
td.TdClassName
{
border-color: #E198A9;
}
.TagClassName
{
border-color: #E198A9;
}
</style>