Shades of Kobi #E49DAB
Tints of Kobi #E49DAB
RGB
CMYK
RGB Variations
Color information
#E49DAB (or 0xE49DAB) is known color: Kobi. HEX triplet: E4, 9D and AB. RGB value is (228,157,171). Sum of RGB (Red+Green+Blue) = 228+157+171=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49DAB is #1B6254. Grayscale: #B3B3B3. Windows color (decimal): -1794645 or 11247076. OLE color: 11247076.
HSL color Cylindrical-coordinate representation of color #E49DAB: hue angle of 348.17º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DAB is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 171 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.11 |
| HSL | 348.17º | 0.57% | 0.75% | - |
| HSV(B) | 348.17º | 0.31% | 0.89% | - |
| XYZ | 51.4 | 43.55 | 44.22 | - |
| YUV | 179.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 171 | 0 | 0.31 | 0.25 | 0.11 | 348.17 | 0.57 | 0.75 |
| Hex | E4 | 9D | AB | 0 | 1F | 19 | B | 15C | 39 | 4B |
| Octal | 344 | 235 | 253 | 0 | 37 | 31 | 13 | 534 | 71 | 113 |
| Binary | 11100100 | 10011101 | 10101011 | 0 | 11111 | 11001 | 1011 | 101011100 | 111001 | 1001011 |
Color Harmonies of #E49DAB
Complementary color
Monochromatic Colors of #E49DAB
Black with #E49DAB
Text Example
Text Example
White with #E49DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DAB; }
p { color: rgb(228,157,171); }
H1.HeaderClassName
{
color: #E49DAB;
}
.AnyTagClassName
{
color: #E49DAB;
}
</style>
background-color css
<style>
a { background-color: #E49DAB; }
a { background-color: rgb(228,157,171); }
div.DivClassName
{
background-color: #E49DAB;
}
.BgClassName
{
background-color: #E49DAB;
}
</style>
border-color css
<style>
span { border-color: #E49DAB; }
span { border-color: rgb(228,157,171); }
td.TdClassName
{
border-color: #E49DAB;
}
.TagClassName
{
border-color: #E49DAB;
}
</style>