Shades of Kobi #E38DAC
Tints of Kobi #E38DAC
RGB
CMYK
RGB Variations
Color information
#E38DAC (or 0xE38DAC) is known color: Kobi. HEX triplet: E3, 8D and AC. RGB value is (227,141,172). Sum of RGB (Red+Green+Blue) = 227+141+172=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38DAC is #1C7253. Grayscale: #AAAAAA. Windows color (decimal): -1864276 or 11308515. OLE color: 11308515.
HSL color Cylindrical-coordinate representation of color #E38DAC: hue angle of 338.37º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 172 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.11 |
| HSL | 338.37º | 0.61% | 0.72% | - |
| HSV(B) | 338.37º | 0.38% | 0.89% | - |
| XYZ | 48.65 | 38.36 | 43.87 | - |
| YUV | 170.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 172 | 0 | 0.38 | 0.24 | 0.11 | 338.37 | 0.61 | 0.72 |
| Hex | E3 | 8D | AC | 0 | 26 | 18 | B | 152 | 3D | 48 |
| Octal | 343 | 215 | 254 | 0 | 46 | 30 | 13 | 522 | 75 | 110 |
| Binary | 11100011 | 10001101 | 10101100 | 0 | 100110 | 11000 | 1011 | 101010010 | 111101 | 1001000 |
Color Harmonies of #E38DAC
Complementary color
Monochromatic Colors of #E38DAC
Black with #E38DAC
Text Example
Text Example
White with #E38DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DAC; }
p { color: rgb(227,141,172); }
H1.HeaderClassName
{
color: #E38DAC;
}
.AnyTagClassName
{
color: #E38DAC;
}
</style>
background-color css
<style>
a { background-color: #E38DAC; }
a { background-color: rgb(227,141,172); }
div.DivClassName
{
background-color: #E38DAC;
}
.BgClassName
{
background-color: #E38DAC;
}
</style>
border-color css
<style>
span { border-color: #E38DAC; }
span { border-color: rgb(227,141,172); }
td.TdClassName
{
border-color: #E38DAC;
}
.TagClassName
{
border-color: #E38DAC;
}
</style>