Shades of Kobi #E19DA9
Tints of Kobi #E19DA9
RGB
CMYK
RGB Variations
Color information
#E19DA9 (or 0xE19DA9) is known color: Kobi. HEX triplet: E1, 9D and A9. RGB value is (225,157,169). Sum of RGB (Red+Green+Blue) = 225+157+169=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA9 is #1E6256. Grayscale: #B2B2B2. Windows color (decimal): -1991255 or 11116001. OLE color: 11116001.
HSL color Cylindrical-coordinate representation of color #E19DA9: hue angle of 349.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DA9 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 169 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.12 |
| HSL | 349.41º | 0.53% | 0.75% | - |
| HSV(B) | 349.41º | 0.3% | 0.88% | - |
| XYZ | 50.27 | 42.99 | 43.18 | - |
| YUV | 178.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 169 | 0 | 0.30 | 0.25 | 0.12 | 349.41 | 0.53 | 0.75 |
| Hex | E1 | 9D | A9 | 0 | 1E | 19 | C | 15D | 35 | 4B |
| Octal | 341 | 235 | 251 | 0 | 36 | 31 | 14 | 535 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10101001 | 0 | 11110 | 11001 | 1100 | 101011101 | 110101 | 1001011 |
Color Harmonies of #E19DA9
Complementary color
Monochromatic Colors of #E19DA9
Black with #E19DA9
Text Example
Text Example
White with #E19DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DA9; }
p { color: rgb(225,157,169); }
H1.HeaderClassName
{
color: #E19DA9;
}
.AnyTagClassName
{
color: #E19DA9;
}
</style>
background-color css
<style>
a { background-color: #E19DA9; }
a { background-color: rgb(225,157,169); }
div.DivClassName
{
background-color: #E19DA9;
}
.BgClassName
{
background-color: #E19DA9;
}
</style>
border-color css
<style>
span { border-color: #E19DA9; }
span { border-color: rgb(225,157,169); }
td.TdClassName
{
border-color: #E19DA9;
}
.TagClassName
{
border-color: #E19DA9;
}
</style>