Shades of Kobi #E289A9
Tints of Kobi #E289A9
RGB
CMYK
RGB Variations
Color information
#E289A9 (or 0xE289A9) is known color: Kobi. HEX triplet: E2, 89 and A9. RGB value is (226,137,169). Sum of RGB (Red+Green+Blue) = 226+137+169=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E289A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289A9 is #1D7656. Grayscale: #A7A7A7. Windows color (decimal): -1930839 or 11110882. OLE color: 11110882.
HSL color Cylindrical-coordinate representation of color #E289A9: hue angle of 338.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289A9 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 169 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 338.43º | 0.61% | 0.71% | - |
| HSV(B) | 338.43º | 0.39% | 0.89% | - |
| XYZ | 47.47 | 36.92 | 42.16 | - |
| YUV | 167.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 169 | 0 | 0.39 | 0.25 | 0.11 | 338.43 | 0.61 | 0.71 |
| Hex | E2 | 89 | A9 | 0 | 27 | 19 | B | 152 | 3D | 47 |
| Octal | 342 | 211 | 251 | 0 | 47 | 31 | 13 | 522 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10101001 | 0 | 100111 | 11001 | 1011 | 101010010 | 111101 | 1000111 |
Color Harmonies of #E289A9
Complementary color
Monochromatic Colors of #E289A9
Black with #E289A9
Text Example
Text Example
White with #E289A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289A9; }
p { color: rgb(226,137,169); }
H1.HeaderClassName
{
color: #E289A9;
}
.AnyTagClassName
{
color: #E289A9;
}
</style>
background-color css
<style>
a { background-color: #E289A9; }
a { background-color: rgb(226,137,169); }
div.DivClassName
{
background-color: #E289A9;
}
.BgClassName
{
background-color: #E289A9;
}
</style>
border-color css
<style>
span { border-color: #E289A9; }
span { border-color: rgb(226,137,169); }
td.TdClassName
{
border-color: #E289A9;
}
.TagClassName
{
border-color: #E289A9;
}
</style>