Shades of Kobi #E19BAE
Tints of Kobi #E19BAE
RGB
CMYK
RGB Variations
Color information
#E19BAE (or 0xE19BAE) is known color: Kobi. HEX triplet: E1, 9B and AE. RGB value is (225,155,174). Sum of RGB (Red+Green+Blue) = 225+155+174=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BAE is #1E6451. Grayscale: #B2B2B2. Windows color (decimal): -1991762 or 11443169. OLE color: 11443169.
HSL color Cylindrical-coordinate representation of color #E19BAE: hue angle of 343.71º 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 #E19BAE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 174 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.12 |
| HSL | 343.71º | 0.54% | 0.75% | - |
| HSV(B) | 343.71º | 0.31% | 0.88% | - |
| XYZ | 50.41 | 42.51 | 45.59 | - |
| YUV | 178.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 174 | 0 | 0.31 | 0.23 | 0.12 | 343.71 | 0.54 | 0.75 |
| Hex | E1 | 9B | AE | 0 | 1F | 17 | C | 158 | 36 | 4B |
| Octal | 341 | 233 | 256 | 0 | 37 | 27 | 14 | 530 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10101110 | 0 | 11111 | 10111 | 1100 | 101011000 | 110110 | 1001011 |
Color Harmonies of #E19BAE
Complementary color
Monochromatic Colors of #E19BAE
Black with #E19BAE
Text Example
Text Example
White with #E19BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BAE; }
p { color: rgb(225,155,174); }
H1.HeaderClassName
{
color: #E19BAE;
}
.AnyTagClassName
{
color: #E19BAE;
}
</style>
background-color css
<style>
a { background-color: #E19BAE; }
a { background-color: rgb(225,155,174); }
div.DivClassName
{
background-color: #E19BAE;
}
.BgClassName
{
background-color: #E19BAE;
}
</style>
border-color css
<style>
span { border-color: #E19BAE; }
span { border-color: rgb(225,155,174); }
td.TdClassName
{
border-color: #E19BAE;
}
.TagClassName
{
border-color: #E19BAE;
}
</style>