Shades of Kobi #E09FAB
Tints of Kobi #E09FAB
RGB
CMYK
RGB Variations
Color information
#E09FAB (or 0xE09FAB) is known color: Kobi. HEX triplet: E0, 9F and AB. RGB value is (224,159,171). Sum of RGB (Red+Green+Blue) = 224+159+171=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FAB is #1F6054. Grayscale: #B3B3B3. Windows color (decimal): -2056277 or 11247584. OLE color: 11247584.
HSL color Cylindrical-coordinate representation of color #E09FAB: hue angle of 348.92º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FAB is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 171 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.12 |
| HSL | 348.92º | 0.51% | 0.75% | - |
| HSV(B) | 348.92º | 0.29% | 0.88% | - |
| XYZ | 50.49 | 43.58 | 44.28 | - |
| YUV | 179.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 171 | 0 | 0.29 | 0.24 | 0.12 | 348.92 | 0.51 | 0.75 |
| Hex | E0 | 9F | AB | 0 | 1D | 18 | C | 15D | 33 | 4B |
| Octal | 340 | 237 | 253 | 0 | 35 | 30 | 14 | 535 | 63 | 113 |
| Binary | 11100000 | 10011111 | 10101011 | 0 | 11101 | 11000 | 1100 | 101011101 | 110011 | 1001011 |
Color Harmonies of #E09FAB
Complementary color
Monochromatic Colors of #E09FAB
Black with #E09FAB
Text Example
Text Example
White with #E09FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FAB; }
p { color: rgb(224,159,171); }
H1.HeaderClassName
{
color: #E09FAB;
}
.AnyTagClassName
{
color: #E09FAB;
}
</style>
background-color css
<style>
a { background-color: #E09FAB; }
a { background-color: rgb(224,159,171); }
div.DivClassName
{
background-color: #E09FAB;
}
.BgClassName
{
background-color: #E09FAB;
}
</style>
border-color css
<style>
span { border-color: #E09FAB; }
span { border-color: rgb(224,159,171); }
td.TdClassName
{
border-color: #E09FAB;
}
.TagClassName
{
border-color: #E09FAB;
}
</style>