Shades of Kobi #E09BAE
Tints of Kobi #E09BAE
RGB
CMYK
RGB Variations
Color information
#E09BAE (or 0xE09BAE) is known color: Kobi. HEX triplet: E0, 9B and AE. RGB value is (224,155,174). Sum of RGB (Red+Green+Blue) = 224+155+174=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAE is #1F6451. Grayscale: #B1B1B1. Windows color (decimal): -2057298 or 11443168. OLE color: 11443168.
HSL color Cylindrical-coordinate representation of color #E09BAE: hue angle of 343.48º 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 #E09BAE is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 174 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.12 |
| HSL | 343.48º | 0.53% | 0.74% | - |
| HSV(B) | 343.48º | 0.31% | 0.88% | - |
| XYZ | 50.1 | 42.35 | 45.58 | - |
| YUV | 177.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 174 | 0 | 0.31 | 0.22 | 0.12 | 343.48 | 0.53 | 0.74 |
| Hex | E0 | 9B | AE | 0 | 1F | 16 | C | 157 | 35 | 4A |
| Octal | 340 | 233 | 256 | 0 | 37 | 26 | 14 | 527 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10101110 | 0 | 11111 | 10110 | 1100 | 101010111 | 110101 | 1001010 |
Color Harmonies of #E09BAE
Complementary color
Monochromatic Colors of #E09BAE
Black with #E09BAE
Text Example
Text Example
White with #E09BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BAE; }
p { color: rgb(224,155,174); }
H1.HeaderClassName
{
color: #E09BAE;
}
.AnyTagClassName
{
color: #E09BAE;
}
</style>
background-color css
<style>
a { background-color: #E09BAE; }
a { background-color: rgb(224,155,174); }
div.DivClassName
{
background-color: #E09BAE;
}
.BgClassName
{
background-color: #E09BAE;
}
</style>
border-color css
<style>
span { border-color: #E09BAE; }
span { border-color: rgb(224,155,174); }
td.TdClassName
{
border-color: #E09BAE;
}
.TagClassName
{
border-color: #E09BAE;
}
</style>