Shades of Kobi #E18D9F
Tints of Kobi #E18D9F
RGB
CMYK
RGB Variations
Color information
#E18D9F (or 0xE18D9F) is known color: Kobi. HEX triplet: E1, 8D and 9F. RGB value is (225,141,159). Sum of RGB (Red+Green+Blue) = 225+141+159=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D9F is #1E7260. Grayscale: #A8A8A8. Windows color (decimal): -1995361 or 10456545. OLE color: 10456545.
HSL color Cylindrical-coordinate representation of color #E18D9F: hue angle of 347.14º 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 #E18D9F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 159 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.12 |
| HSL | 347.14º | 0.58% | 0.72% | - |
| HSV(B) | 347.14º | 0.37% | 0.88% | - |
| XYZ | 46.83 | 37.56 | 37.58 | - |
| YUV | 168.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 159 | 0 | 0.37 | 0.29 | 0.12 | 347.14 | 0.58 | 0.72 |
| Hex | E1 | 8D | 9F | 0 | 25 | 1D | C | 15B | 3A | 48 |
| Octal | 341 | 215 | 237 | 0 | 45 | 35 | 14 | 533 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10011111 | 0 | 100101 | 11101 | 1100 | 101011011 | 111010 | 1001000 |
Color Harmonies of #E18D9F
Complementary color
Monochromatic Colors of #E18D9F
Black with #E18D9F
Text Example
Text Example
White with #E18D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D9F; }
p { color: rgb(225,141,159); }
H1.HeaderClassName
{
color: #E18D9F;
}
.AnyTagClassName
{
color: #E18D9F;
}
</style>
background-color css
<style>
a { background-color: #E18D9F; }
a { background-color: rgb(225,141,159); }
div.DivClassName
{
background-color: #E18D9F;
}
.BgClassName
{
background-color: #E18D9F;
}
</style>
border-color css
<style>
span { border-color: #E18D9F; }
span { border-color: rgb(225,141,159); }
td.TdClassName
{
border-color: #E18D9F;
}
.TagClassName
{
border-color: #E18D9F;
}
</style>