Shades of Kobi #E099AB
Tints of Kobi #E099AB
RGB
CMYK
RGB Variations
Color information
#E099AB (or 0xE099AB) is known color: Kobi. HEX triplet: E0, 99 and AB. RGB value is (224,153,171). Sum of RGB (Red+Green+Blue) = 224+153+171=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AB is #1F6654. Grayscale: #B0B0B0. Windows color (decimal): -2057813 or 11246048. OLE color: 11246048.
HSL color Cylindrical-coordinate representation of color #E099AB: hue angle of 344.79º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099AB is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 171 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 344.79º | 0.53% | 0.74% | - |
| HSV(B) | 344.79º | 0.32% | 0.88% | - |
| XYZ | 49.48 | 41.57 | 43.94 | - |
| YUV | 176.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 171 | 0 | 0.32 | 0.24 | 0.12 | 344.79 | 0.53 | 0.74 |
| Hex | E0 | 99 | AB | 0 | 20 | 18 | C | 159 | 35 | 4A |
| Octal | 340 | 231 | 253 | 0 | 40 | 30 | 14 | 531 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10101011 | 0 | 100000 | 11000 | 1100 | 101011001 | 110101 | 1001010 |
Color Harmonies of #E099AB
Complementary color
Monochromatic Colors of #E099AB
Black with #E099AB
Text Example
Text Example
White with #E099AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099AB; }
p { color: rgb(224,153,171); }
H1.HeaderClassName
{
color: #E099AB;
}
.AnyTagClassName
{
color: #E099AB;
}
</style>
background-color css
<style>
a { background-color: #E099AB; }
a { background-color: rgb(224,153,171); }
div.DivClassName
{
background-color: #E099AB;
}
.BgClassName
{
background-color: #E099AB;
}
</style>
border-color css
<style>
span { border-color: #E099AB; }
span { border-color: rgb(224,153,171); }
td.TdClassName
{
border-color: #E099AB;
}
.TagClassName
{
border-color: #E099AB;
}
</style>