Shades of Kobi #E08BAF
Tints of Kobi #E08BAF
RGB
CMYK
RGB Variations
Color information
#E08BAF (or 0xE08BAF) is known color: Kobi. HEX triplet: E0, 8B and AF. RGB value is (224,139,175). Sum of RGB (Red+Green+Blue) = 224+139+175=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BAF is #1F7450. Grayscale: #A8A8A8. Windows color (decimal): -2061393 or 11504608. OLE color: 11504608.
HSL color Cylindrical-coordinate representation of color #E08BAF: hue angle of 334.59º 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 #E08BAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.12 |
| HSL | 334.59º | 0.58% | 0.71% | - |
| HSV(B) | 334.59º | 0.38% | 0.88% | - |
| XYZ | 47.71 | 37.41 | 45.26 | - |
| YUV | 168.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 175 | 0 | 0.38 | 0.22 | 0.12 | 334.59 | 0.58 | 0.71 |
| Hex | E0 | 8B | AF | 0 | 26 | 16 | C | 14F | 3A | 47 |
| Octal | 340 | 213 | 257 | 0 | 46 | 26 | 14 | 517 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10101111 | 0 | 100110 | 10110 | 1100 | 101001111 | 111010 | 1000111 |
Color Harmonies of #E08BAF
Complementary color
Monochromatic Colors of #E08BAF
Black with #E08BAF
Text Example
Text Example
White with #E08BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BAF; }
p { color: rgb(224,139,175); }
H1.HeaderClassName
{
color: #E08BAF;
}
.AnyTagClassName
{
color: #E08BAF;
}
</style>
background-color css
<style>
a { background-color: #E08BAF; }
a { background-color: rgb(224,139,175); }
div.DivClassName
{
background-color: #E08BAF;
}
.BgClassName
{
background-color: #E08BAF;
}
</style>
border-color css
<style>
span { border-color: #E08BAF; }
span { border-color: rgb(224,139,175); }
td.TdClassName
{
border-color: #E08BAF;
}
.TagClassName
{
border-color: #E08BAF;
}
</style>