Shades of Kobi #E389A8
Tints of Kobi #E389A8
RGB
CMYK
RGB Variations
Color information
#E389A8 (or 0xE389A8) is known color: Kobi. HEX triplet: E3, 89 and A8. RGB value is (227,137,168). Sum of RGB (Red+Green+Blue) = 227+137+168=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E389A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E389A8 is #1C7657. Grayscale: #A7A7A7. Windows color (decimal): -1865304 or 11045347. OLE color: 11045347.
HSL color Cylindrical-coordinate representation of color #E389A8: hue angle of 339.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E389A8 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 168 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.11 |
| HSL | 339.33º | 0.62% | 0.71% | - |
| HSV(B) | 339.33º | 0.4% | 0.89% | - |
| XYZ | 47.69 | 37.05 | 41.68 | - |
| YUV | 167.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 168 | 0 | 0.40 | 0.26 | 0.11 | 339.33 | 0.62 | 0.71 |
| Hex | E3 | 89 | A8 | 0 | 28 | 1A | B | 153 | 3E | 47 |
| Octal | 343 | 211 | 250 | 0 | 50 | 32 | 13 | 523 | 76 | 107 |
| Binary | 11100011 | 10001001 | 10101000 | 0 | 101000 | 11010 | 1011 | 101010011 | 111110 | 1000111 |
Color Harmonies of #E389A8
Complementary color
Monochromatic Colors of #E389A8
Black with #E389A8
Text Example
Text Example
White with #E389A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389A8; }
p { color: rgb(227,137,168); }
H1.HeaderClassName
{
color: #E389A8;
}
.AnyTagClassName
{
color: #E389A8;
}
</style>
background-color css
<style>
a { background-color: #E389A8; }
a { background-color: rgb(227,137,168); }
div.DivClassName
{
background-color: #E389A8;
}
.BgClassName
{
background-color: #E389A8;
}
</style>
border-color css
<style>
span { border-color: #E389A8; }
span { border-color: rgb(227,137,168); }
td.TdClassName
{
border-color: #E389A8;
}
.TagClassName
{
border-color: #E389A8;
}
</style>