Shades of Kobi #E089A6
Tints of Kobi #E089A6
RGB
CMYK
RGB Variations
Color information
#E089A6 (or 0xE089A6) is known color: Kobi. HEX triplet: E0, 89 and A6. RGB value is (224,137,166). Sum of RGB (Red+Green+Blue) = 224+137+166=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E089A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089A6 is #1F7659. Grayscale: #A6A6A6. Windows color (decimal): -2061914 or 10914272. OLE color: 10914272.
HSL color Cylindrical-coordinate representation of color #E089A6: hue angle of 340º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E089A6 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 166 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.12 |
| HSL | 340º | 0.58% | 0.71% | - |
| HSV(B) | 340º | 0.39% | 0.88% | - |
| XYZ | 46.57 | 36.49 | 40.67 | - |
| YUV | 166.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 166 | 0 | 0.39 | 0.26 | 0.12 | 340 | 0.58 | 0.71 |
| Hex | E0 | 89 | A6 | 0 | 27 | 1A | C | 154 | 3A | 47 |
| Octal | 340 | 211 | 246 | 0 | 47 | 32 | 14 | 524 | 72 | 107 |
| Binary | 11100000 | 10001001 | 10100110 | 0 | 100111 | 11010 | 1100 | 101010100 | 111010 | 1000111 |
Color Harmonies of #E089A6
Complementary color
Monochromatic Colors of #E089A6
Black with #E089A6
Text Example
Text Example
White with #E089A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089A6; }
p { color: rgb(224,137,166); }
H1.HeaderClassName
{
color: #E089A6;
}
.AnyTagClassName
{
color: #E089A6;
}
</style>
background-color css
<style>
a { background-color: #E089A6; }
a { background-color: rgb(224,137,166); }
div.DivClassName
{
background-color: #E089A6;
}
.BgClassName
{
background-color: #E089A6;
}
</style>
border-color css
<style>
span { border-color: #E089A6; }
span { border-color: rgb(224,137,166); }
td.TdClassName
{
border-color: #E089A6;
}
.TagClassName
{
border-color: #E089A6;
}
</style>