Shades of Kobi #E19BAC
Tints of Kobi #E19BAC
RGB
CMYK
RGB Variations
Color information
#E19BAC (or 0xE19BAC) is known color: Kobi. HEX triplet: E1, 9B and AC. RGB value is (225,155,172). Sum of RGB (Red+Green+Blue) = 225+155+172=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BAC is #1E6453. Grayscale: #B1B1B1. Windows color (decimal): -1991764 or 11312097. OLE color: 11312097.
HSL color Cylindrical-coordinate representation of color #E19BAC: hue angle of 345.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BAC is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 172 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.12 |
| HSL | 345.43º | 0.54% | 0.75% | - |
| HSV(B) | 345.43º | 0.31% | 0.88% | - |
| XYZ | 50.22 | 42.43 | 44.57 | - |
| YUV | 177.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 172 | 0 | 0.31 | 0.24 | 0.12 | 345.43 | 0.54 | 0.75 |
| Hex | E1 | 9B | AC | 0 | 1F | 18 | C | 159 | 36 | 4B |
| Octal | 341 | 233 | 254 | 0 | 37 | 30 | 14 | 531 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10101100 | 0 | 11111 | 11000 | 1100 | 101011001 | 110110 | 1001011 |
Color Harmonies of #E19BAC
Complementary color
Monochromatic Colors of #E19BAC
Black with #E19BAC
Text Example
Text Example
White with #E19BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BAC; }
p { color: rgb(225,155,172); }
H1.HeaderClassName
{
color: #E19BAC;
}
.AnyTagClassName
{
color: #E19BAC;
}
</style>
background-color css
<style>
a { background-color: #E19BAC; }
a { background-color: rgb(225,155,172); }
div.DivClassName
{
background-color: #E19BAC;
}
.BgClassName
{
background-color: #E19BAC;
}
</style>
border-color css
<style>
span { border-color: #E19BAC; }
span { border-color: rgb(225,155,172); }
td.TdClassName
{
border-color: #E19BAC;
}
.TagClassName
{
border-color: #E19BAC;
}
</style>