Shades of Kobi #E199A6
Tints of Kobi #E199A6
RGB
CMYK
RGB Variations
Color information
#E199A6 (or 0xE199A6) is known color: Kobi. HEX triplet: E1, 99 and A6. RGB value is (225,153,166). Sum of RGB (Red+Green+Blue) = 225+153+166=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A6 is #1E6659. Grayscale: #B0B0B0. Windows color (decimal): -1992282 or 10918369. OLE color: 10918369.
HSL color Cylindrical-coordinate representation of color #E199A6: hue angle of 349.17º 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 #E199A6 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 166 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.12 |
| HSL | 349.17º | 0.55% | 0.74% | - |
| HSV(B) | 349.17º | 0.32% | 0.88% | - |
| XYZ | 49.33 | 41.54 | 41.5 | - |
| YUV | 176.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 166 | 0 | 0.32 | 0.26 | 0.12 | 349.17 | 0.55 | 0.74 |
| Hex | E1 | 99 | A6 | 0 | 20 | 1A | C | 15D | 37 | 4A |
| Octal | 341 | 231 | 246 | 0 | 40 | 32 | 14 | 535 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10100110 | 0 | 100000 | 11010 | 1100 | 101011101 | 110111 | 1001010 |
Color Harmonies of #E199A6
Complementary color
Monochromatic Colors of #E199A6
Black with #E199A6
Text Example
Text Example
White with #E199A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199A6; }
p { color: rgb(225,153,166); }
H1.HeaderClassName
{
color: #E199A6;
}
.AnyTagClassName
{
color: #E199A6;
}
</style>
background-color css
<style>
a { background-color: #E199A6; }
a { background-color: rgb(225,153,166); }
div.DivClassName
{
background-color: #E199A6;
}
.BgClassName
{
background-color: #E199A6;
}
</style>
border-color css
<style>
span { border-color: #E199A6; }
span { border-color: rgb(225,153,166); }
td.TdClassName
{
border-color: #E199A6;
}
.TagClassName
{
border-color: #E199A6;
}
</style>