Shades of Kobi #E08BAB
Tints of Kobi #E08BAB
RGB
CMYK
RGB Variations
Color information
#E08BAB (or 0xE08BAB) is known color: Kobi. HEX triplet: E0, 8B and AB. RGB value is (224,139,171). Sum of RGB (Red+Green+Blue) = 224+139+171=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BAB is #1F7454. Grayscale: #A8A8A8. Windows color (decimal): -2061397 or 11242464. OLE color: 11242464.
HSL color Cylindrical-coordinate representation of color #E08BAB: hue angle of 337.41º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BAB is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 171 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.12 |
| HSL | 337.41º | 0.58% | 0.71% | - |
| HSV(B) | 337.41º | 0.38% | 0.88% | - |
| XYZ | 47.32 | 37.25 | 43.22 | - |
| YUV | 168.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 171 | 0 | 0.38 | 0.24 | 0.12 | 337.41 | 0.58 | 0.71 |
| Hex | E0 | 8B | AB | 0 | 26 | 18 | C | 151 | 3A | 47 |
| Octal | 340 | 213 | 253 | 0 | 46 | 30 | 14 | 521 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10101011 | 0 | 100110 | 11000 | 1100 | 101010001 | 111010 | 1000111 |
Color Harmonies of #E08BAB
Complementary color
Monochromatic Colors of #E08BAB
Black with #E08BAB
Text Example
Text Example
White with #E08BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BAB; }
p { color: rgb(224,139,171); }
H1.HeaderClassName
{
color: #E08BAB;
}
.AnyTagClassName
{
color: #E08BAB;
}
</style>
background-color css
<style>
a { background-color: #E08BAB; }
a { background-color: rgb(224,139,171); }
div.DivClassName
{
background-color: #E08BAB;
}
.BgClassName
{
background-color: #E08BAB;
}
</style>
border-color css
<style>
span { border-color: #E08BAB; }
span { border-color: rgb(224,139,171); }
td.TdClassName
{
border-color: #E08BAB;
}
.TagClassName
{
border-color: #E08BAB;
}
</style>