Shades of Kobi #E09BAC
Tints of Kobi #E09BAC
RGB
CMYK
RGB Variations
Color information
#E09BAC (or 0xE09BAC) is known color: Kobi. HEX triplet: E0, 9B and AC. RGB value is (224,155,172). Sum of RGB (Red+Green+Blue) = 224+155+172=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAC is #1F6453. Grayscale: #B1B1B1. Windows color (decimal): -2057300 or 11312096. OLE color: 11312096.
HSL color Cylindrical-coordinate representation of color #E09BAC: hue angle of 345.22º 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 #E09BAC is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 172 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.12 |
| HSL | 345.22º | 0.53% | 0.74% | - |
| HSV(B) | 345.22º | 0.31% | 0.88% | - |
| XYZ | 49.91 | 42.27 | 44.56 | - |
| YUV | 177.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 172 | 0 | 0.31 | 0.23 | 0.12 | 345.22 | 0.53 | 0.74 |
| Hex | E0 | 9B | AC | 0 | 1F | 17 | C | 159 | 35 | 4A |
| Octal | 340 | 233 | 254 | 0 | 37 | 27 | 14 | 531 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10101100 | 0 | 11111 | 10111 | 1100 | 101011001 | 110101 | 1001010 |
Color Harmonies of #E09BAC
Complementary color
Monochromatic Colors of #E09BAC
Black with #E09BAC
Text Example
Text Example
White with #E09BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BAC; }
p { color: rgb(224,155,172); }
H1.HeaderClassName
{
color: #E09BAC;
}
.AnyTagClassName
{
color: #E09BAC;
}
</style>
background-color css
<style>
a { background-color: #E09BAC; }
a { background-color: rgb(224,155,172); }
div.DivClassName
{
background-color: #E09BAC;
}
.BgClassName
{
background-color: #E09BAC;
}
</style>
border-color css
<style>
span { border-color: #E09BAC; }
span { border-color: rgb(224,155,172); }
td.TdClassName
{
border-color: #E09BAC;
}
.TagClassName
{
border-color: #E09BAC;
}
</style>