Shades of Kobi #E18DAC
Tints of Kobi #E18DAC
RGB
CMYK
RGB Variations
Color information
#E18DAC (or 0xE18DAC) is known color: Kobi. HEX triplet: E1, 8D and AC. RGB value is (225,141,172). Sum of RGB (Red+Green+Blue) = 225+141+172=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAC is #1E7253. Grayscale: #A9A9A9. Windows color (decimal): -1995348 or 11308513. OLE color: 11308513.
HSL color Cylindrical-coordinate representation of color #E18DAC: hue angle of 337.86º 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 #E18DAC is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 172 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.12 |
| HSL | 337.86º | 0.58% | 0.72% | - |
| HSV(B) | 337.86º | 0.37% | 0.88% | - |
| XYZ | 48.02 | 38.04 | 43.84 | - |
| YUV | 169.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 172 | 0 | 0.37 | 0.24 | 0.12 | 337.86 | 0.58 | 0.72 |
| Hex | E1 | 8D | AC | 0 | 25 | 18 | C | 152 | 3A | 48 |
| Octal | 341 | 215 | 254 | 0 | 45 | 30 | 14 | 522 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10101100 | 0 | 100101 | 11000 | 1100 | 101010010 | 111010 | 1001000 |
Color Harmonies of #E18DAC
Complementary color
Monochromatic Colors of #E18DAC
Black with #E18DAC
Text Example
Text Example
White with #E18DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DAC; }
p { color: rgb(225,141,172); }
H1.HeaderClassName
{
color: #E18DAC;
}
.AnyTagClassName
{
color: #E18DAC;
}
</style>
background-color css
<style>
a { background-color: #E18DAC; }
a { background-color: rgb(225,141,172); }
div.DivClassName
{
background-color: #E18DAC;
}
.BgClassName
{
background-color: #E18DAC;
}
</style>
border-color css
<style>
span { border-color: #E18DAC; }
span { border-color: rgb(225,141,172); }
td.TdClassName
{
border-color: #E18DAC;
}
.TagClassName
{
border-color: #E18DAC;
}
</style>