Shades of Kobi #E09BAF
Tints of Kobi #E09BAF
RGB
CMYK
RGB Variations
Color information
#E09BAF (or 0xE09BAF) is known color: Kobi. HEX triplet: E0, 9B and AF. RGB value is (224,155,175). Sum of RGB (Red+Green+Blue) = 224+155+175=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAF is #1F6450. Grayscale: #B1B1B1. Windows color (decimal): -2057297 or 11508704. OLE color: 11508704.
HSL color Cylindrical-coordinate representation of color #E09BAF: hue angle of 342.61º 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 #E09BAF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 175 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.12 |
| HSL | 342.61º | 0.53% | 0.74% | - |
| HSV(B) | 342.61º | 0.31% | 0.88% | - |
| XYZ | 50.2 | 42.39 | 46.09 | - |
| YUV | 177.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 175 | 0 | 0.31 | 0.22 | 0.12 | 342.61 | 0.53 | 0.74 |
| Hex | E0 | 9B | AF | 0 | 1F | 16 | C | 157 | 35 | 4A |
| Octal | 340 | 233 | 257 | 0 | 37 | 26 | 14 | 527 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10101111 | 0 | 11111 | 10110 | 1100 | 101010111 | 110101 | 1001010 |
Color Harmonies of #E09BAF
Complementary color
Monochromatic Colors of #E09BAF
Black with #E09BAF
Text Example
Text Example
White with #E09BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BAF; }
p { color: rgb(224,155,175); }
H1.HeaderClassName
{
color: #E09BAF;
}
.AnyTagClassName
{
color: #E09BAF;
}
</style>
background-color css
<style>
a { background-color: #E09BAF; }
a { background-color: rgb(224,155,175); }
div.DivClassName
{
background-color: #E09BAF;
}
.BgClassName
{
background-color: #E09BAF;
}
</style>
border-color css
<style>
span { border-color: #E09BAF; }
span { border-color: rgb(224,155,175); }
td.TdClassName
{
border-color: #E09BAF;
}
.TagClassName
{
border-color: #E09BAF;
}
</style>