Shades of Kobi #E18BA8
Tints of Kobi #E18BA8
RGB
CMYK
RGB Variations
Color information
#E18BA8 (or 0xE18BA8) is known color: Kobi. HEX triplet: E1, 8B and A8. RGB value is (225,139,168). Sum of RGB (Red+Green+Blue) = 225+139+168=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA8 is #1E7457. Grayscale: #A7A7A7. Windows color (decimal): -1995864 or 11045857. OLE color: 11045857.
HSL color Cylindrical-coordinate representation of color #E18BA8: hue angle of 339.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BA8 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 168 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.12 |
| HSL | 339.77º | 0.59% | 0.71% | - |
| HSV(B) | 339.77º | 0.38% | 0.88% | - |
| XYZ | 47.35 | 37.3 | 41.75 | - |
| YUV | 168.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 168 | 0 | 0.38 | 0.25 | 0.12 | 339.77 | 0.59 | 0.71 |
| Hex | E1 | 8B | A8 | 0 | 26 | 19 | C | 154 | 3B | 47 |
| Octal | 341 | 213 | 250 | 0 | 46 | 31 | 14 | 524 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10101000 | 0 | 100110 | 11001 | 1100 | 101010100 | 111011 | 1000111 |
Color Harmonies of #E18BA8
Complementary color
Monochromatic Colors of #E18BA8
Black with #E18BA8
Text Example
Text Example
White with #E18BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BA8; }
p { color: rgb(225,139,168); }
H1.HeaderClassName
{
color: #E18BA8;
}
.AnyTagClassName
{
color: #E18BA8;
}
</style>
background-color css
<style>
a { background-color: #E18BA8; }
a { background-color: rgb(225,139,168); }
div.DivClassName
{
background-color: #E18BA8;
}
.BgClassName
{
background-color: #E18BA8;
}
</style>
border-color css
<style>
span { border-color: #E18BA8; }
span { border-color: rgb(225,139,168); }
td.TdClassName
{
border-color: #E18BA8;
}
.TagClassName
{
border-color: #E18BA8;
}
</style>