Shades of Kobi #E389AA
Tints of Kobi #E389AA
RGB
CMYK
RGB Variations
Color information
#E389AA (or 0xE389AA) is known color: Kobi. HEX triplet: E3, 89 and AA. RGB value is (227,137,170). Sum of RGB (Red+Green+Blue) = 227+137+170=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E389AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E389AA is #1C7655. Grayscale: #A7A7A7. Windows color (decimal): -1865302 or 11176419. OLE color: 11176419.
HSL color Cylindrical-coordinate representation of color #E389AA: hue angle of 338º 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 #E389AA is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 170 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.11 |
| HSL | 338º | 0.62% | 0.71% | - |
| HSV(B) | 338º | 0.4% | 0.89% | - |
| XYZ | 47.88 | 37.12 | 42.67 | - |
| YUV | 167.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 170 | 0 | 0.40 | 0.25 | 0.11 | 338 | 0.62 | 0.71 |
| Hex | E3 | 89 | AA | 0 | 28 | 19 | B | 152 | 3E | 47 |
| Octal | 343 | 211 | 252 | 0 | 50 | 31 | 13 | 522 | 76 | 107 |
| Binary | 11100011 | 10001001 | 10101010 | 0 | 101000 | 11001 | 1011 | 101010010 | 111110 | 1000111 |
Color Harmonies of #E389AA
Complementary color
Monochromatic Colors of #E389AA
Black with #E389AA
Text Example
Text Example
White with #E389AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389AA; }
p { color: rgb(227,137,170); }
H1.HeaderClassName
{
color: #E389AA;
}
.AnyTagClassName
{
color: #E389AA;
}
</style>
background-color css
<style>
a { background-color: #E389AA; }
a { background-color: rgb(227,137,170); }
div.DivClassName
{
background-color: #E389AA;
}
.BgClassName
{
background-color: #E389AA;
}
</style>
border-color css
<style>
span { border-color: #E389AA; }
span { border-color: rgb(227,137,170); }
td.TdClassName
{
border-color: #E389AA;
}
.TagClassName
{
border-color: #E389AA;
}
</style>