Shades of Kobi #E09BB1
Tints of Kobi #E09BB1
RGB
CMYK
RGB Variations
Color information
#E09BB1 (or 0xE09BB1) is known color: Kobi. HEX triplet: E0, 9B and B1. RGB value is (224,155,177). Sum of RGB (Red+Green+Blue) = 224+155+177=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BB1 is #1F644E. Grayscale: #B2B2B2. Windows color (decimal): -2057295 or 11639776. OLE color: 11639776.
HSL color Cylindrical-coordinate representation of color #E09BB1: hue angle of 340.87º 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 #E09BB1 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 177 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 340.87º | 0.53% | 0.74% | - |
| HSV(B) | 340.87º | 0.31% | 0.88% | - |
| XYZ | 50.4 | 42.46 | 47.14 | - |
| YUV | 178.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 177 | 0 | 0.31 | 0.21 | 0.12 | 340.87 | 0.53 | 0.74 |
| Hex | E0 | 9B | B1 | 0 | 1F | 15 | C | 155 | 35 | 4A |
| Octal | 340 | 233 | 261 | 0 | 37 | 25 | 14 | 525 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10110001 | 0 | 11111 | 10101 | 1100 | 101010101 | 110101 | 1001010 |
Color Harmonies of #E09BB1
Complementary color
Monochromatic Colors of #E09BB1
Black with #E09BB1
Text Example
Text Example
White with #E09BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BB1; }
p { color: rgb(224,155,177); }
H1.HeaderClassName
{
color: #E09BB1;
}
.AnyTagClassName
{
color: #E09BB1;
}
</style>
background-color css
<style>
a { background-color: #E09BB1; }
a { background-color: rgb(224,155,177); }
div.DivClassName
{
background-color: #E09BB1;
}
.BgClassName
{
background-color: #E09BB1;
}
</style>
border-color css
<style>
span { border-color: #E09BB1; }
span { border-color: rgb(224,155,177); }
td.TdClassName
{
border-color: #E09BB1;
}
.TagClassName
{
border-color: #E09BB1;
}
</style>