Shades of Kobi #E19EAD
Tints of Kobi #E19EAD
RGB
CMYK
RGB Variations
Color information
#E19EAD (or 0xE19EAD) is known color: Kobi. HEX triplet: E1, 9E and AD. RGB value is (225,158,173). Sum of RGB (Red+Green+Blue) = 225+158+173=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19EAD is #1E6152. Grayscale: #B3B3B3. Windows color (decimal): -1990995 or 11378401. OLE color: 11378401.
HSL color Cylindrical-coordinate representation of color #E19EAD: hue angle of 346.57º 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 #E19EAD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 173 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.12 |
| HSL | 346.57º | 0.53% | 0.75% | - |
| HSV(B) | 346.57º | 0.3% | 0.88% | - |
| XYZ | 50.82 | 43.48 | 45.25 | - |
| YUV | 179.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 173 | 0 | 0.30 | 0.23 | 0.12 | 346.57 | 0.53 | 0.75 |
| Hex | E1 | 9E | AD | 0 | 1E | 17 | C | 15B | 35 | 4B |
| Octal | 341 | 236 | 255 | 0 | 36 | 27 | 14 | 533 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10101101 | 0 | 11110 | 10111 | 1100 | 101011011 | 110101 | 1001011 |
Color Harmonies of #E19EAD
Complementary color
Monochromatic Colors of #E19EAD
Black with #E19EAD
Text Example
Text Example
White with #E19EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EAD; }
p { color: rgb(225,158,173); }
H1.HeaderClassName
{
color: #E19EAD;
}
.AnyTagClassName
{
color: #E19EAD;
}
</style>
background-color css
<style>
a { background-color: #E19EAD; }
a { background-color: rgb(225,158,173); }
div.DivClassName
{
background-color: #E19EAD;
}
.BgClassName
{
background-color: #E19EAD;
}
</style>
border-color css
<style>
span { border-color: #E19EAD; }
span { border-color: rgb(225,158,173); }
td.TdClassName
{
border-color: #E19EAD;
}
.TagClassName
{
border-color: #E19EAD;
}
</style>