Shades of Kobi #E989AC
Tints of Kobi #E989AC
RGB
CMYK
RGB Variations
Color information
#E989AC (or 0xE989AC) is known color: Kobi. HEX triplet: E9, 89 and AC. RGB value is (233,137,172). Sum of RGB (Red+Green+Blue) = 233+137+172=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E989AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E989AC is #167653. Grayscale: #A9A9A9. Windows color (decimal): -1472084 or 11307497. OLE color: 11307497.
HSL color Cylindrical-coordinate representation of color #E989AC: hue angle of 338.12º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E989AC is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 172 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.09 |
| HSL | 338.13º | 0.69% | 0.73% | - |
| HSV(B) | 338.13º | 0.41% | 0.91% | - |
| XYZ | 50 | 38.19 | 43.77 | - |
| YUV | 169.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 172 | 0 | 0.41 | 0.26 | 0.09 | 338.13 | 0.69 | 0.73 |
| Hex | E9 | 89 | AC | 0 | 29 | 1A | 9 | 152 | 45 | 49 |
| Octal | 351 | 211 | 254 | 0 | 51 | 32 | 11 | 522 | 105 | 111 |
| Binary | 11101001 | 10001001 | 10101100 | 0 | 101001 | 11010 | 1001 | 101010010 | 1000101 | 1001001 |
Color Harmonies of #E989AC
Complementary color
Monochromatic Colors of #E989AC
Black with #E989AC
Text Example
Text Example
White with #E989AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989AC; }
p { color: rgb(233,137,172); }
H1.HeaderClassName
{
color: #E989AC;
}
.AnyTagClassName
{
color: #E989AC;
}
</style>
background-color css
<style>
a { background-color: #E989AC; }
a { background-color: rgb(233,137,172); }
div.DivClassName
{
background-color: #E989AC;
}
.BgClassName
{
background-color: #E989AC;
}
</style>
border-color css
<style>
span { border-color: #E989AC; }
span { border-color: rgb(233,137,172); }
td.TdClassName
{
border-color: #E989AC;
}
.TagClassName
{
border-color: #E989AC;
}
</style>