Shades of Kobi #E18BA1
Tints of Kobi #E18BA1
RGB
CMYK
RGB Variations
Color information
#E18BA1 (or 0xE18BA1) is known color: Kobi. HEX triplet: E1, 8B and A1. RGB value is (225,139,161). Sum of RGB (Red+Green+Blue) = 225+139+161=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA1 is #1E745E. Grayscale: #A7A7A7. Windows color (decimal): -1995871 or 10587105. OLE color: 10587105.
HSL color Cylindrical-coordinate representation of color #E18BA1: hue angle of 344.65º 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 #E18BA1 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 161 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.12 |
| HSL | 344.65º | 0.59% | 0.71% | - |
| HSV(B) | 344.65º | 0.38% | 0.88% | - |
| XYZ | 46.72 | 37.05 | 38.41 | - |
| YUV | 167.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 161 | 0 | 0.38 | 0.28 | 0.12 | 344.65 | 0.59 | 0.71 |
| Hex | E1 | 8B | A1 | 0 | 26 | 1C | C | 159 | 3B | 47 |
| Octal | 341 | 213 | 241 | 0 | 46 | 34 | 14 | 531 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10100001 | 0 | 100110 | 11100 | 1100 | 101011001 | 111011 | 1000111 |
Color Harmonies of #E18BA1
Complementary color
Monochromatic Colors of #E18BA1
Black with #E18BA1
Text Example
Text Example
White with #E18BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BA1; }
p { color: rgb(225,139,161); }
H1.HeaderClassName
{
color: #E18BA1;
}
.AnyTagClassName
{
color: #E18BA1;
}
</style>
background-color css
<style>
a { background-color: #E18BA1; }
a { background-color: rgb(225,139,161); }
div.DivClassName
{
background-color: #E18BA1;
}
.BgClassName
{
background-color: #E18BA1;
}
</style>
border-color css
<style>
span { border-color: #E18BA1; }
span { border-color: rgb(225,139,161); }
td.TdClassName
{
border-color: #E18BA1;
}
.TagClassName
{
border-color: #E18BA1;
}
</style>