Shades of Kobi #E198A7
Tints of Kobi #E198A7
RGB
CMYK
RGB Variations
Color information
#E198A7 (or 0xE198A7) is known color: Kobi. HEX triplet: E1, 98 and A7. RGB value is (225,152,167). Sum of RGB (Red+Green+Blue) = 225+152+167=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E198A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198A7 is #1E6758. Grayscale: #AFAFAF. Windows color (decimal): -1992537 or 10983649. OLE color: 10983649.
HSL color Cylindrical-coordinate representation of color #E198A7: hue angle of 347.67º 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 #E198A7 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 167 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.12 |
| HSL | 347.67º | 0.55% | 0.74% | - |
| HSV(B) | 347.67º | 0.32% | 0.88% | - |
| XYZ | 49.25 | 41.25 | 41.93 | - |
| YUV | 175.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 167 | 0 | 0.32 | 0.26 | 0.12 | 347.67 | 0.55 | 0.74 |
| Hex | E1 | 98 | A7 | 0 | 20 | 1A | C | 15C | 37 | 4A |
| Octal | 341 | 230 | 247 | 0 | 40 | 32 | 14 | 534 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10100111 | 0 | 100000 | 11010 | 1100 | 101011100 | 110111 | 1001010 |
Color Harmonies of #E198A7
Complementary color
Monochromatic Colors of #E198A7
Black with #E198A7
Text Example
Text Example
White with #E198A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198A7; }
p { color: rgb(225,152,167); }
H1.HeaderClassName
{
color: #E198A7;
}
.AnyTagClassName
{
color: #E198A7;
}
</style>
background-color css
<style>
a { background-color: #E198A7; }
a { background-color: rgb(225,152,167); }
div.DivClassName
{
background-color: #E198A7;
}
.BgClassName
{
background-color: #E198A7;
}
</style>
border-color css
<style>
span { border-color: #E198A7; }
span { border-color: rgb(225,152,167); }
td.TdClassName
{
border-color: #E198A7;
}
.TagClassName
{
border-color: #E198A7;
}
</style>