Shades of Kobi #E09BB2
Tints of Kobi #E09BB2
RGB
CMYK
RGB Variations
Color information
#E09BB2 (or 0xE09BB2) is known color: Kobi. HEX triplet: E0, 9B and B2. RGB value is (224,155,178). Sum of RGB (Red+Green+Blue) = 224+155+178=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BB2 is #1F644D. Grayscale: #B2B2B2. Windows color (decimal): -2057294 or 11705312. OLE color: 11705312.
HSL color Cylindrical-coordinate representation of color #E09BB2: hue angle of 340º 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 #E09BB2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 178 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 340º | 0.53% | 0.74% | - |
| HSV(B) | 340º | 0.31% | 0.88% | - |
| XYZ | 50.5 | 42.5 | 47.66 | - |
| YUV | 178.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 178 | 0 | 0.31 | 0.21 | 0.12 | 340 | 0.53 | 0.74 |
| Hex | E0 | 9B | B2 | 0 | 1F | 15 | C | 154 | 35 | 4A |
| Octal | 340 | 233 | 262 | 0 | 37 | 25 | 14 | 524 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10110010 | 0 | 11111 | 10101 | 1100 | 101010100 | 110101 | 1001010 |
Color Harmonies of #E09BB2
Complementary color
Monochromatic Colors of #E09BB2
Black with #E09BB2
Text Example
Text Example
White with #E09BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BB2; }
p { color: rgb(224,155,178); }
H1.HeaderClassName
{
color: #E09BB2;
}
.AnyTagClassName
{
color: #E09BB2;
}
</style>
background-color css
<style>
a { background-color: #E09BB2; }
a { background-color: rgb(224,155,178); }
div.DivClassName
{
background-color: #E09BB2;
}
.BgClassName
{
background-color: #E09BB2;
}
</style>
border-color css
<style>
span { border-color: #E09BB2; }
span { border-color: rgb(224,155,178); }
td.TdClassName
{
border-color: #E09BB2;
}
.TagClassName
{
border-color: #E09BB2;
}
</style>