Shades of Kobi #E19DAA
Tints of Kobi #E19DAA
RGB
CMYK
RGB Variations
Color information
#E19DAA (or 0xE19DAA) is known color: Kobi. HEX triplet: E1, 9D and AA. RGB value is (225,157,170). Sum of RGB (Red+Green+Blue) = 225+157+170=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAA is #1E6255. Grayscale: #B2B2B2. Windows color (decimal): -1991254 or 11181537. OLE color: 11181537.
HSL color Cylindrical-coordinate representation of color #E19DAA: hue angle of 348.53º 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 #E19DAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 170 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.12 |
| HSL | 348.53º | 0.53% | 0.75% | - |
| HSV(B) | 348.53º | 0.3% | 0.88% | - |
| XYZ | 50.36 | 43.02 | 43.68 | - |
| YUV | 178.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 170 | 0 | 0.30 | 0.24 | 0.12 | 348.53 | 0.53 | 0.75 |
| Hex | E1 | 9D | AA | 0 | 1E | 18 | C | 15D | 35 | 4B |
| Octal | 341 | 235 | 252 | 0 | 36 | 30 | 14 | 535 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10101010 | 0 | 11110 | 11000 | 1100 | 101011101 | 110101 | 1001011 |
Color Harmonies of #E19DAA
Complementary color
Monochromatic Colors of #E19DAA
Black with #E19DAA
Text Example
Text Example
White with #E19DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DAA; }
p { color: rgb(225,157,170); }
H1.HeaderClassName
{
color: #E19DAA;
}
.AnyTagClassName
{
color: #E19DAA;
}
</style>
background-color css
<style>
a { background-color: #E19DAA; }
a { background-color: rgb(225,157,170); }
div.DivClassName
{
background-color: #E19DAA;
}
.BgClassName
{
background-color: #E19DAA;
}
</style>
border-color css
<style>
span { border-color: #E19DAA; }
span { border-color: rgb(225,157,170); }
td.TdClassName
{
border-color: #E19DAA;
}
.TagClassName
{
border-color: #E19DAA;
}
</style>