Shades of Kobi #E19BAA
Tints of Kobi #E19BAA
RGB
CMYK
RGB Variations
Color information
#E19BAA (or 0xE19BAA) is known color: Kobi. HEX triplet: E1, 9B and AA. RGB value is (225,155,170). Sum of RGB (Red+Green+Blue) = 225+155+170=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BAA is #1E6455. Grayscale: #B1B1B1. Windows color (decimal): -1991766 or 11181025. OLE color: 11181025.
HSL color Cylindrical-coordinate representation of color #E19BAA: hue angle of 347.14º 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 #E19BAA is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 170 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.12 |
| HSL | 347.14º | 0.54% | 0.75% | - |
| HSV(B) | 347.14º | 0.31% | 0.88% | - |
| XYZ | 50.03 | 42.35 | 43.57 | - |
| YUV | 177.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 170 | 0 | 0.31 | 0.24 | 0.12 | 347.14 | 0.54 | 0.75 |
| Hex | E1 | 9B | AA | 0 | 1F | 18 | C | 15B | 36 | 4B |
| Octal | 341 | 233 | 252 | 0 | 37 | 30 | 14 | 533 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10101010 | 0 | 11111 | 11000 | 1100 | 101011011 | 110110 | 1001011 |
Color Harmonies of #E19BAA
Complementary color
Monochromatic Colors of #E19BAA
Black with #E19BAA
Text Example
Text Example
White with #E19BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BAA; }
p { color: rgb(225,155,170); }
H1.HeaderClassName
{
color: #E19BAA;
}
.AnyTagClassName
{
color: #E19BAA;
}
</style>
background-color css
<style>
a { background-color: #E19BAA; }
a { background-color: rgb(225,155,170); }
div.DivClassName
{
background-color: #E19BAA;
}
.BgClassName
{
background-color: #E19BAA;
}
</style>
border-color css
<style>
span { border-color: #E19BAA; }
span { border-color: rgb(225,155,170); }
td.TdClassName
{
border-color: #E19BAA;
}
.TagClassName
{
border-color: #E19BAA;
}
</style>