Shades of Kobi #E18EB1
Tints of Kobi #E18EB1
RGB
CMYK
RGB Variations
Color information
#E18EB1 (or 0xE18EB1) is known color: Kobi. HEX triplet: E1, 8E and B1. RGB value is (225,142,177). Sum of RGB (Red+Green+Blue) = 225+142+177=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EB1 is #1E714E. Grayscale: #AAAAAA. Windows color (decimal): -1995087 or 11636449. OLE color: 11636449.
HSL color Cylindrical-coordinate representation of color #E18EB1: hue angle of 334.7º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18EB1 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 177 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.12 |
| HSL | 334.7º | 0.58% | 0.72% | - |
| HSV(B) | 334.7º | 0.37% | 0.88% | - |
| XYZ | 48.66 | 38.53 | 46.47 | - |
| YUV | 170.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 177 | 0 | 0.37 | 0.21 | 0.12 | 334.7 | 0.58 | 0.72 |
| Hex | E1 | 8E | B1 | 0 | 25 | 15 | C | 14F | 3A | 48 |
| Octal | 341 | 216 | 261 | 0 | 45 | 25 | 14 | 517 | 72 | 110 |
| Binary | 11100001 | 10001110 | 10110001 | 0 | 100101 | 10101 | 1100 | 101001111 | 111010 | 1001000 |
Color Harmonies of #E18EB1
Complementary color
Monochromatic Colors of #E18EB1
Black with #E18EB1
Text Example
Text Example
White with #E18EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EB1; }
p { color: rgb(225,142,177); }
H1.HeaderClassName
{
color: #E18EB1;
}
.AnyTagClassName
{
color: #E18EB1;
}
</style>
background-color css
<style>
a { background-color: #E18EB1; }
a { background-color: rgb(225,142,177); }
div.DivClassName
{
background-color: #E18EB1;
}
.BgClassName
{
background-color: #E18EB1;
}
</style>
border-color css
<style>
span { border-color: #E18EB1; }
span { border-color: rgb(225,142,177); }
td.TdClassName
{
border-color: #E18EB1;
}
.TagClassName
{
border-color: #E18EB1;
}
</style>