Shades of Kobi #E09AA9
Tints of Kobi #E09AA9
RGB
CMYK
RGB Variations
Color information
#E09AA9 (or 0xE09AA9) is known color: Kobi. HEX triplet: E0, 9A and A9. RGB value is (224,154,169). Sum of RGB (Red+Green+Blue) = 224+154+169=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AA9 is #1F6556. Grayscale: #B0B0B0. Windows color (decimal): -2057559 or 11115232. OLE color: 11115232.
HSL color Cylindrical-coordinate representation of color #E09AA9: hue angle of 347.14º 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 #E09AA9 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 169 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.12 |
| HSL | 347.14º | 0.53% | 0.74% | - |
| HSV(B) | 347.14º | 0.31% | 0.88% | - |
| XYZ | 49.46 | 41.82 | 43 | - |
| YUV | 176.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 169 | 0 | 0.31 | 0.25 | 0.12 | 347.14 | 0.53 | 0.74 |
| Hex | E0 | 9A | A9 | 0 | 1F | 19 | C | 15B | 35 | 4A |
| Octal | 340 | 232 | 251 | 0 | 37 | 31 | 14 | 533 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10101001 | 0 | 11111 | 11001 | 1100 | 101011011 | 110101 | 1001010 |
Color Harmonies of #E09AA9
Complementary color
Monochromatic Colors of #E09AA9
Black with #E09AA9
Text Example
Text Example
White with #E09AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AA9; }
p { color: rgb(224,154,169); }
H1.HeaderClassName
{
color: #E09AA9;
}
.AnyTagClassName
{
color: #E09AA9;
}
</style>
background-color css
<style>
a { background-color: #E09AA9; }
a { background-color: rgb(224,154,169); }
div.DivClassName
{
background-color: #E09AA9;
}
.BgClassName
{
background-color: #E09AA9;
}
</style>
border-color css
<style>
span { border-color: #E09AA9; }
span { border-color: rgb(224,154,169); }
td.TdClassName
{
border-color: #E09AA9;
}
.TagClassName
{
border-color: #E09AA9;
}
</style>