Shades of Kobi #E097AB
Tints of Kobi #E097AB
RGB
CMYK
RGB Variations
Color information
#E097AB (or 0xE097AB) is known color: Kobi. HEX triplet: E0, 97 and AB. RGB value is (224,151,171). Sum of RGB (Red+Green+Blue) = 224+151+171=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AB is #1F6854. Grayscale: #AFAFAF. Windows color (decimal): -2058325 or 11245536. OLE color: 11245536.
HSL color Cylindrical-coordinate representation of color #E097AB: hue angle of 343.56º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097AB is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 171 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.12 |
| HSL | 343.56º | 0.54% | 0.74% | - |
| HSV(B) | 343.56º | 0.33% | 0.88% | - |
| XYZ | 49.16 | 40.92 | 43.84 | - |
| YUV | 175.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 171 | 0 | 0.33 | 0.24 | 0.12 | 343.56 | 0.54 | 0.74 |
| Hex | E0 | 97 | AB | 0 | 21 | 18 | C | 158 | 36 | 4A |
| Octal | 340 | 227 | 253 | 0 | 41 | 30 | 14 | 530 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10101011 | 0 | 100001 | 11000 | 1100 | 101011000 | 110110 | 1001010 |
Color Harmonies of #E097AB
Complementary color
Monochromatic Colors of #E097AB
Black with #E097AB
Text Example
Text Example
White with #E097AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097AB; }
p { color: rgb(224,151,171); }
H1.HeaderClassName
{
color: #E097AB;
}
.AnyTagClassName
{
color: #E097AB;
}
</style>
background-color css
<style>
a { background-color: #E097AB; }
a { background-color: rgb(224,151,171); }
div.DivClassName
{
background-color: #E097AB;
}
.BgClassName
{
background-color: #E097AB;
}
</style>
border-color css
<style>
span { border-color: #E097AB; }
span { border-color: rgb(224,151,171); }
td.TdClassName
{
border-color: #E097AB;
}
.TagClassName
{
border-color: #E097AB;
}
</style>