Shades of Kobi #E09AB1
Tints of Kobi #E09AB1
RGB
CMYK
RGB Variations
Color information
#E09AB1 (or 0xE09AB1) is known color: Kobi. HEX triplet: E0, 9A and B1. RGB value is (224,154,177). Sum of RGB (Red+Green+Blue) = 224+154+177=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AB1 is #1F654E. Grayscale: #B1B1B1. Windows color (decimal): -2057551 or 11639520. OLE color: 11639520.
HSL color Cylindrical-coordinate representation of color #E09AB1: hue angle of 340.29º 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 #E09AB1 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 177 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 340.29º | 0.53% | 0.74% | - |
| HSV(B) | 340.29º | 0.31% | 0.88% | - |
| XYZ | 50.23 | 42.13 | 47.08 | - |
| YUV | 177.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 177 | 0 | 0.31 | 0.21 | 0.12 | 340.29 | 0.53 | 0.74 |
| Hex | E0 | 9A | B1 | 0 | 1F | 15 | C | 154 | 35 | 4A |
| Octal | 340 | 232 | 261 | 0 | 37 | 25 | 14 | 524 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110001 | 0 | 11111 | 10101 | 1100 | 101010100 | 110101 | 1001010 |
Color Harmonies of #E09AB1
Complementary color
Monochromatic Colors of #E09AB1
Black with #E09AB1
Text Example
Text Example
White with #E09AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB1; }
p { color: rgb(224,154,177); }
H1.HeaderClassName
{
color: #E09AB1;
}
.AnyTagClassName
{
color: #E09AB1;
}
</style>
background-color css
<style>
a { background-color: #E09AB1; }
a { background-color: rgb(224,154,177); }
div.DivClassName
{
background-color: #E09AB1;
}
.BgClassName
{
background-color: #E09AB1;
}
</style>
border-color css
<style>
span { border-color: #E09AB1; }
span { border-color: rgb(224,154,177); }
td.TdClassName
{
border-color: #E09AB1;
}
.TagClassName
{
border-color: #E09AB1;
}
</style>