Shades of Kobi #E199B0
Tints of Kobi #E199B0
RGB
CMYK
RGB Variations
Color information
#E199B0 (or 0xE199B0) is known color: Kobi. HEX triplet: E1, 99 and B0. RGB value is (225,153,176). Sum of RGB (Red+Green+Blue) = 225+153+176=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E199B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199B0 is #1E664F. Grayscale: #B1B1B1. Windows color (decimal): -1992272 or 11573729. OLE color: 11573729.
HSL color Cylindrical-coordinate representation of color #E199B0: hue angle of 340.83º 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 #E199B0 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 176 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.12 |
| HSL | 340.83º | 0.55% | 0.74% | - |
| HSV(B) | 340.83º | 0.32% | 0.88% | - |
| XYZ | 50.28 | 41.92 | 46.52 | - |
| YUV | 177.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 176 | 0 | 0.32 | 0.22 | 0.12 | 340.83 | 0.55 | 0.74 |
| Hex | E1 | 99 | B0 | 0 | 20 | 16 | C | 155 | 37 | 4A |
| Octal | 341 | 231 | 260 | 0 | 40 | 26 | 14 | 525 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10110000 | 0 | 100000 | 10110 | 1100 | 101010101 | 110111 | 1001010 |
Color Harmonies of #E199B0
Complementary color
Monochromatic Colors of #E199B0
Black with #E199B0
Text Example
Text Example
White with #E199B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199B0; }
p { color: rgb(225,153,176); }
H1.HeaderClassName
{
color: #E199B0;
}
.AnyTagClassName
{
color: #E199B0;
}
</style>
background-color css
<style>
a { background-color: #E199B0; }
a { background-color: rgb(225,153,176); }
div.DivClassName
{
background-color: #E199B0;
}
.BgClassName
{
background-color: #E199B0;
}
</style>
border-color css
<style>
span { border-color: #E199B0; }
span { border-color: rgb(225,153,176); }
td.TdClassName
{
border-color: #E199B0;
}
.TagClassName
{
border-color: #E199B0;
}
</style>