Shades of Kobi #E09AB0
Tints of Kobi #E09AB0
RGB
CMYK
RGB Variations
Color information
#E09AB0 (or 0xE09AB0) is known color: Kobi. HEX triplet: E0, 9A and B0. RGB value is (224,154,176). Sum of RGB (Red+Green+Blue) = 224+154+176=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AB0 is #1F654F. Grayscale: #B1B1B1. Windows color (decimal): -2057552 or 11573984. OLE color: 11573984.
HSL color Cylindrical-coordinate representation of color #E09AB0: hue angle of 341.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AB0 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 176 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 341.14º | 0.53% | 0.74% | - |
| HSV(B) | 341.14º | 0.31% | 0.88% | - |
| XYZ | 50.13 | 42.09 | 46.56 | - |
| YUV | 177.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 176 | 0 | 0.31 | 0.21 | 0.12 | 341.14 | 0.53 | 0.74 |
| Hex | E0 | 9A | B0 | 0 | 1F | 15 | C | 155 | 35 | 4A |
| Octal | 340 | 232 | 260 | 0 | 37 | 25 | 14 | 525 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110000 | 0 | 11111 | 10101 | 1100 | 101010101 | 110101 | 1001010 |
Color Harmonies of #E09AB0
Complementary color
Monochromatic Colors of #E09AB0
Black with #E09AB0
Text Example
Text Example
White with #E09AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB0; }
p { color: rgb(224,154,176); }
H1.HeaderClassName
{
color: #E09AB0;
}
.AnyTagClassName
{
color: #E09AB0;
}
</style>
background-color css
<style>
a { background-color: #E09AB0; }
a { background-color: rgb(224,154,176); }
div.DivClassName
{
background-color: #E09AB0;
}
.BgClassName
{
background-color: #E09AB0;
}
</style>
border-color css
<style>
span { border-color: #E09AB0; }
span { border-color: rgb(224,154,176); }
td.TdClassName
{
border-color: #E09AB0;
}
.TagClassName
{
border-color: #E09AB0;
}
</style>