Shades of Kobi #E18EB2
Tints of Kobi #E18EB2
RGB
CMYK
RGB Variations
Color information
#E18EB2 (or 0xE18EB2) is known color: Kobi. HEX triplet: E1, 8E and B2. RGB value is (225,142,178). Sum of RGB (Red+Green+Blue) = 225+142+178=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EB2 is #1E714D. Grayscale: #AAAAAA. Windows color (decimal): -1995086 or 11701985. OLE color: 11701985.
HSL color Cylindrical-coordinate representation of color #E18EB2: hue angle of 333.98º 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 #E18EB2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 178 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.12 |
| HSL | 333.98º | 0.58% | 0.72% | - |
| HSV(B) | 333.98º | 0.37% | 0.88% | - |
| XYZ | 48.76 | 38.57 | 46.99 | - |
| YUV | 170.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 178 | 0 | 0.37 | 0.21 | 0.12 | 333.98 | 0.58 | 0.72 |
| Hex | E1 | 8E | B2 | 0 | 25 | 15 | C | 14E | 3A | 48 |
| Octal | 341 | 216 | 262 | 0 | 45 | 25 | 14 | 516 | 72 | 110 |
| Binary | 11100001 | 10001110 | 10110010 | 0 | 100101 | 10101 | 1100 | 101001110 | 111010 | 1001000 |
Color Harmonies of #E18EB2
Complementary color
Monochromatic Colors of #E18EB2
Black with #E18EB2
Text Example
Text Example
White with #E18EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EB2; }
p { color: rgb(225,142,178); }
H1.HeaderClassName
{
color: #E18EB2;
}
.AnyTagClassName
{
color: #E18EB2;
}
</style>
background-color css
<style>
a { background-color: #E18EB2; }
a { background-color: rgb(225,142,178); }
div.DivClassName
{
background-color: #E18EB2;
}
.BgClassName
{
background-color: #E18EB2;
}
</style>
border-color css
<style>
span { border-color: #E18EB2; }
span { border-color: rgb(225,142,178); }
td.TdClassName
{
border-color: #E18EB2;
}
.TagClassName
{
border-color: #E18EB2;
}
</style>