Shades of Kobi #E199AB
Tints of Kobi #E199AB
RGB
CMYK
RGB Variations
Color information
#E199AB (or 0xE199AB) is known color: Kobi. HEX triplet: E1, 99 and AB. RGB value is (225,153,171). Sum of RGB (Red+Green+Blue) = 225+153+171=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AB is #1E6654. Grayscale: #B0B0B0. Windows color (decimal): -1992277 or 11246049. OLE color: 11246049.
HSL color Cylindrical-coordinate representation of color #E199AB: hue angle of 345º 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 #E199AB is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 171 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 345º | 0.55% | 0.74% | - |
| HSV(B) | 345º | 0.32% | 0.88% | - |
| XYZ | 49.79 | 41.73 | 43.96 | - |
| YUV | 176.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 171 | 0 | 0.32 | 0.24 | 0.12 | 345 | 0.55 | 0.74 |
| Hex | E1 | 99 | AB | 0 | 20 | 18 | C | 159 | 37 | 4A |
| Octal | 341 | 231 | 253 | 0 | 40 | 30 | 14 | 531 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10101011 | 0 | 100000 | 11000 | 1100 | 101011001 | 110111 | 1001010 |
Color Harmonies of #E199AB
Complementary color
Monochromatic Colors of #E199AB
Black with #E199AB
Text Example
Text Example
White with #E199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199AB; }
p { color: rgb(225,153,171); }
H1.HeaderClassName
{
color: #E199AB;
}
.AnyTagClassName
{
color: #E199AB;
}
</style>
background-color css
<style>
a { background-color: #E199AB; }
a { background-color: rgb(225,153,171); }
div.DivClassName
{
background-color: #E199AB;
}
.BgClassName
{
background-color: #E199AB;
}
</style>
border-color css
<style>
span { border-color: #E199AB; }
span { border-color: rgb(225,153,171); }
td.TdClassName
{
border-color: #E199AB;
}
.TagClassName
{
border-color: #E199AB;
}
</style>