Shades of Kobi #E08BA5
Tints of Kobi #E08BA5
RGB
CMYK
RGB Variations
Color information
#E08BA5 (or 0xE08BA5) is known color: Kobi. HEX triplet: E0, 8B and A5. RGB value is (224,139,165). Sum of RGB (Red+Green+Blue) = 224+139+165=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BA5 is #1F745A. Grayscale: #A7A7A7. Windows color (decimal): -2061403 or 10849248. OLE color: 10849248.
HSL color Cylindrical-coordinate representation of color #E08BA5: hue angle of 341.65º 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 #E08BA5 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 165 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.12 |
| HSL | 341.65º | 0.58% | 0.71% | - |
| HSV(B) | 341.65º | 0.38% | 0.88% | - |
| XYZ | 46.76 | 37.03 | 40.28 | - |
| YUV | 167.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 165 | 0 | 0.38 | 0.26 | 0.12 | 341.65 | 0.58 | 0.71 |
| Hex | E0 | 8B | A5 | 0 | 26 | 1A | C | 156 | 3A | 47 |
| Octal | 340 | 213 | 245 | 0 | 46 | 32 | 14 | 526 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10100101 | 0 | 100110 | 11010 | 1100 | 101010110 | 111010 | 1000111 |
Color Harmonies of #E08BA5
Complementary color
Monochromatic Colors of #E08BA5
Black with #E08BA5
Text Example
Text Example
White with #E08BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BA5; }
p { color: rgb(224,139,165); }
H1.HeaderClassName
{
color: #E08BA5;
}
.AnyTagClassName
{
color: #E08BA5;
}
</style>
background-color css
<style>
a { background-color: #E08BA5; }
a { background-color: rgb(224,139,165); }
div.DivClassName
{
background-color: #E08BA5;
}
.BgClassName
{
background-color: #E08BA5;
}
</style>
border-color css
<style>
span { border-color: #E08BA5; }
span { border-color: rgb(224,139,165); }
td.TdClassName
{
border-color: #E08BA5;
}
.TagClassName
{
border-color: #E08BA5;
}
</style>