Shades of Kobi #E18AA6
Tints of Kobi #E18AA6
RGB
CMYK
RGB Variations
Color information
#E18AA6 (or 0xE18AA6) is known color: Kobi. HEX triplet: E1, 8A and A6. RGB value is (225,138,166). Sum of RGB (Red+Green+Blue) = 225+138+166=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AA6 is #1E7559. Grayscale: #A7A7A7. Windows color (decimal): -1996122 or 10914529. OLE color: 10914529.
HSL color Cylindrical-coordinate representation of color #E18AA6: hue angle of 340.69º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AA6 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 166 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.12 |
| HSL | 340.69º | 0.59% | 0.71% | - |
| HSV(B) | 340.69º | 0.39% | 0.88% | - |
| XYZ | 47.02 | 36.94 | 40.73 | - |
| YUV | 167.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 166 | 0 | 0.39 | 0.26 | 0.12 | 340.69 | 0.59 | 0.71 |
| Hex | E1 | 8A | A6 | 0 | 27 | 1A | C | 155 | 3B | 47 |
| Octal | 341 | 212 | 246 | 0 | 47 | 32 | 14 | 525 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10100110 | 0 | 100111 | 11010 | 1100 | 101010101 | 111011 | 1000111 |
Color Harmonies of #E18AA6
Complementary color
Monochromatic Colors of #E18AA6
Black with #E18AA6
Text Example
Text Example
White with #E18AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AA6; }
p { color: rgb(225,138,166); }
H1.HeaderClassName
{
color: #E18AA6;
}
.AnyTagClassName
{
color: #E18AA6;
}
</style>
background-color css
<style>
a { background-color: #E18AA6; }
a { background-color: rgb(225,138,166); }
div.DivClassName
{
background-color: #E18AA6;
}
.BgClassName
{
background-color: #E18AA6;
}
</style>
border-color css
<style>
span { border-color: #E18AA6; }
span { border-color: rgb(225,138,166); }
td.TdClassName
{
border-color: #E18AA6;
}
.TagClassName
{
border-color: #E18AA6;
}
</style>