Shades of Kobi #E18BA6
Tints of Kobi #E18BA6
RGB
CMYK
RGB Variations
Color information
#E18BA6 (or 0xE18BA6) is known color: Kobi. HEX triplet: E1, 8B and A6. RGB value is (225,139,166). Sum of RGB (Red+Green+Blue) = 225+139+166=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA6 is #1E7459. Grayscale: #A7A7A7. Windows color (decimal): -1995866 or 10914785. OLE color: 10914785.
HSL color Cylindrical-coordinate representation of color #E18BA6: hue angle of 341.16º 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 #E18BA6 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 166 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.12 |
| HSL | 341.16º | 0.59% | 0.71% | - |
| HSV(B) | 341.16º | 0.38% | 0.88% | - |
| XYZ | 47.17 | 37.23 | 40.78 | - |
| YUV | 167.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 166 | 0 | 0.38 | 0.26 | 0.12 | 341.16 | 0.59 | 0.71 |
| Hex | E1 | 8B | A6 | 0 | 26 | 1A | C | 155 | 3B | 47 |
| Octal | 341 | 213 | 246 | 0 | 46 | 32 | 14 | 525 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10100110 | 0 | 100110 | 11010 | 1100 | 101010101 | 111011 | 1000111 |
Color Harmonies of #E18BA6
Complementary color
Monochromatic Colors of #E18BA6
Black with #E18BA6
Text Example
Text Example
White with #E18BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BA6; }
p { color: rgb(225,139,166); }
H1.HeaderClassName
{
color: #E18BA6;
}
.AnyTagClassName
{
color: #E18BA6;
}
</style>
background-color css
<style>
a { background-color: #E18BA6; }
a { background-color: rgb(225,139,166); }
div.DivClassName
{
background-color: #E18BA6;
}
.BgClassName
{
background-color: #E18BA6;
}
</style>
border-color css
<style>
span { border-color: #E18BA6; }
span { border-color: rgb(225,139,166); }
td.TdClassName
{
border-color: #E18BA6;
}
.TagClassName
{
border-color: #E18BA6;
}
</style>