Shades of Kobi #E19EAC
Tints of Kobi #E19EAC
RGB
CMYK
RGB Variations
Color information
#E19EAC (or 0xE19EAC) is known color: Kobi. HEX triplet: E1, 9E and AC. RGB value is (225,158,172). Sum of RGB (Red+Green+Blue) = 225+158+172=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19EAC is #1E6153. Grayscale: #B3B3B3. Windows color (decimal): -1990996 or 11312865. OLE color: 11312865.
HSL color Cylindrical-coordinate representation of color #E19EAC: hue angle of 347.46º 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 #E19EAC is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 172 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.12 |
| HSL | 347.46º | 0.53% | 0.75% | - |
| HSV(B) | 347.46º | 0.3% | 0.88% | - |
| XYZ | 50.72 | 43.44 | 44.74 | - |
| YUV | 179.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 172 | 0 | 0.30 | 0.24 | 0.12 | 347.46 | 0.53 | 0.75 |
| Hex | E1 | 9E | AC | 0 | 1E | 18 | C | 15B | 35 | 4B |
| Octal | 341 | 236 | 254 | 0 | 36 | 30 | 14 | 533 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10101100 | 0 | 11110 | 11000 | 1100 | 101011011 | 110101 | 1001011 |
Color Harmonies of #E19EAC
Complementary color
Monochromatic Colors of #E19EAC
Black with #E19EAC
Text Example
Text Example
White with #E19EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EAC; }
p { color: rgb(225,158,172); }
H1.HeaderClassName
{
color: #E19EAC;
}
.AnyTagClassName
{
color: #E19EAC;
}
</style>
background-color css
<style>
a { background-color: #E19EAC; }
a { background-color: rgb(225,158,172); }
div.DivClassName
{
background-color: #E19EAC;
}
.BgClassName
{
background-color: #E19EAC;
}
</style>
border-color css
<style>
span { border-color: #E19EAC; }
span { border-color: rgb(225,158,172); }
td.TdClassName
{
border-color: #E19EAC;
}
.TagClassName
{
border-color: #E19EAC;
}
</style>