Shades of Kobi #E08DAC
Tints of Kobi #E08DAC
RGB
CMYK
RGB Variations
Color information
#E08DAC (or 0xE08DAC) is known color: Kobi. HEX triplet: E0, 8D and AC. RGB value is (224,141,172). Sum of RGB (Red+Green+Blue) = 224+141+172=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DAC is #1F7253. Grayscale: #A9A9A9. Windows color (decimal): -2060884 or 11308512. OLE color: 11308512.
HSL color Cylindrical-coordinate representation of color #E08DAC: hue angle of 337.59º degrees, saturation: 0.57, 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 #E08DAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 172 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.12 |
| HSL | 337.59º | 0.57% | 0.72% | - |
| HSV(B) | 337.59º | 0.37% | 0.88% | - |
| XYZ | 47.71 | 37.88 | 43.83 | - |
| YUV | 169.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 172 | 0 | 0.37 | 0.23 | 0.12 | 337.59 | 0.57 | 0.72 |
| Hex | E0 | 8D | AC | 0 | 25 | 17 | C | 152 | 39 | 48 |
| Octal | 340 | 215 | 254 | 0 | 45 | 27 | 14 | 522 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10101100 | 0 | 100101 | 10111 | 1100 | 101010010 | 111001 | 1001000 |
Color Harmonies of #E08DAC
Complementary color
Monochromatic Colors of #E08DAC
Black with #E08DAC
Text Example
Text Example
White with #E08DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DAC; }
p { color: rgb(224,141,172); }
H1.HeaderClassName
{
color: #E08DAC;
}
.AnyTagClassName
{
color: #E08DAC;
}
</style>
background-color css
<style>
a { background-color: #E08DAC; }
a { background-color: rgb(224,141,172); }
div.DivClassName
{
background-color: #E08DAC;
}
.BgClassName
{
background-color: #E08DAC;
}
</style>
border-color css
<style>
span { border-color: #E08DAC; }
span { border-color: rgb(224,141,172); }
td.TdClassName
{
border-color: #E08DAC;
}
.TagClassName
{
border-color: #E08DAC;
}
</style>