Shades of Kobi #E18BA5
Tints of Kobi #E18BA5
RGB
CMYK
RGB Variations
Color information
#E18BA5 (or 0xE18BA5) is known color: Kobi. HEX triplet: E1, 8B and A5. RGB value is (225,139,165). Sum of RGB (Red+Green+Blue) = 225+139+165=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA5 is #1E745A. Grayscale: #A7A7A7. Windows color (decimal): -1995867 or 10849249. OLE color: 10849249.
HSL color Cylindrical-coordinate representation of color #E18BA5: hue angle of 341.86º 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 #E18BA5 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 165 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.12 |
| HSL | 341.86º | 0.59% | 0.71% | - |
| HSV(B) | 341.86º | 0.38% | 0.88% | - |
| XYZ | 47.08 | 37.19 | 40.29 | - |
| YUV | 167.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 165 | 0 | 0.38 | 0.27 | 0.12 | 341.86 | 0.59 | 0.71 |
| Hex | E1 | 8B | A5 | 0 | 26 | 1B | C | 156 | 3B | 47 |
| Octal | 341 | 213 | 245 | 0 | 46 | 33 | 14 | 526 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10100101 | 0 | 100110 | 11011 | 1100 | 101010110 | 111011 | 1000111 |
Color Harmonies of #E18BA5
Complementary color
Monochromatic Colors of #E18BA5
Black with #E18BA5
Text Example
Text Example
White with #E18BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BA5; }
p { color: rgb(225,139,165); }
H1.HeaderClassName
{
color: #E18BA5;
}
.AnyTagClassName
{
color: #E18BA5;
}
</style>
background-color css
<style>
a { background-color: #E18BA5; }
a { background-color: rgb(225,139,165); }
div.DivClassName
{
background-color: #E18BA5;
}
.BgClassName
{
background-color: #E18BA5;
}
</style>
border-color css
<style>
span { border-color: #E18BA5; }
span { border-color: rgb(225,139,165); }
td.TdClassName
{
border-color: #E18BA5;
}
.TagClassName
{
border-color: #E18BA5;
}
</style>