Shades of Kobi #E199A8
Tints of Kobi #E199A8
RGB
CMYK
RGB Variations
Color information
#E199A8 (or 0xE199A8) is known color: Kobi. HEX triplet: E1, 99 and A8. RGB value is (225,153,168). Sum of RGB (Red+Green+Blue) = 225+153+168=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A8 is #1E6657. Grayscale: #B0B0B0. Windows color (decimal): -1992280 or 11049441. OLE color: 11049441.
HSL color Cylindrical-coordinate representation of color #E199A8: hue angle of 347.5º 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 #E199A8 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 168 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.12 |
| HSL | 347.5º | 0.55% | 0.74% | - |
| HSV(B) | 347.5º | 0.32% | 0.88% | - |
| XYZ | 49.51 | 41.62 | 42.47 | - |
| YUV | 176.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 168 | 0 | 0.32 | 0.25 | 0.12 | 347.5 | 0.55 | 0.74 |
| Hex | E1 | 99 | A8 | 0 | 20 | 19 | C | 15C | 37 | 4A |
| Octal | 341 | 231 | 250 | 0 | 40 | 31 | 14 | 534 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10101000 | 0 | 100000 | 11001 | 1100 | 101011100 | 110111 | 1001010 |
Color Harmonies of #E199A8
Complementary color
Monochromatic Colors of #E199A8
Black with #E199A8
Text Example
Text Example
White with #E199A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199A8; }
p { color: rgb(225,153,168); }
H1.HeaderClassName
{
color: #E199A8;
}
.AnyTagClassName
{
color: #E199A8;
}
</style>
background-color css
<style>
a { background-color: #E199A8; }
a { background-color: rgb(225,153,168); }
div.DivClassName
{
background-color: #E199A8;
}
.BgClassName
{
background-color: #E199A8;
}
</style>
border-color css
<style>
span { border-color: #E199A8; }
span { border-color: rgb(225,153,168); }
td.TdClassName
{
border-color: #E199A8;
}
.TagClassName
{
border-color: #E199A8;
}
</style>