Shades of Kobi #E18DAB
Tints of Kobi #E18DAB
RGB
CMYK
RGB Variations
Color information
#E18DAB (or 0xE18DAB) is known color: Kobi. HEX triplet: E1, 8D and AB. RGB value is (225,141,171). Sum of RGB (Red+Green+Blue) = 225+141+171=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAB is #1E7254. Grayscale: #A9A9A9. Windows color (decimal): -1995349 or 11242977. OLE color: 11242977.
HSL color Cylindrical-coordinate representation of color #E18DAB: hue angle of 338.57º 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 #E18DAB is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 171 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.12 |
| HSL | 338.57º | 0.58% | 0.72% | - |
| HSV(B) | 338.57º | 0.37% | 0.88% | - |
| XYZ | 47.93 | 38 | 43.34 | - |
| YUV | 169.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 171 | 0 | 0.37 | 0.24 | 0.12 | 338.57 | 0.58 | 0.72 |
| Hex | E1 | 8D | AB | 0 | 25 | 18 | C | 153 | 3A | 48 |
| Octal | 341 | 215 | 253 | 0 | 45 | 30 | 14 | 523 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10101011 | 0 | 100101 | 11000 | 1100 | 101010011 | 111010 | 1001000 |
Color Harmonies of #E18DAB
Complementary color
Monochromatic Colors of #E18DAB
Black with #E18DAB
Text Example
Text Example
White with #E18DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DAB; }
p { color: rgb(225,141,171); }
H1.HeaderClassName
{
color: #E18DAB;
}
.AnyTagClassName
{
color: #E18DAB;
}
</style>
background-color css
<style>
a { background-color: #E18DAB; }
a { background-color: rgb(225,141,171); }
div.DivClassName
{
background-color: #E18DAB;
}
.BgClassName
{
background-color: #E18DAB;
}
</style>
border-color css
<style>
span { border-color: #E18DAB; }
span { border-color: rgb(225,141,171); }
td.TdClassName
{
border-color: #E18DAB;
}
.TagClassName
{
border-color: #E18DAB;
}
</style>