Shades of Kobi #E989AF
Tints of Kobi #E989AF
RGB
CMYK
RGB Variations
Color information
#E989AF (or 0xE989AF) is known color: Kobi. HEX triplet: E9, 89 and AF. RGB value is (233,137,175). Sum of RGB (Red+Green+Blue) = 233+137+175=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E989AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E989AF is #167650. Grayscale: #A9A9A9. Windows color (decimal): -1472081 or 11504105. OLE color: 11504105.
HSL color Cylindrical-coordinate representation of color #E989AF: hue angle of 336.25º 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 #E989AF is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 175 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.09 |
| HSL | 336.25º | 0.69% | 0.73% | - |
| HSV(B) | 336.25º | 0.41% | 0.91% | - |
| XYZ | 50.29 | 38.31 | 45.3 | - |
| YUV | 170.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 175 | 0 | 0.41 | 0.25 | 0.09 | 336.25 | 0.69 | 0.73 |
| Hex | E9 | 89 | AF | 0 | 29 | 19 | 9 | 150 | 45 | 49 |
| Octal | 351 | 211 | 257 | 0 | 51 | 31 | 11 | 520 | 105 | 111 |
| Binary | 11101001 | 10001001 | 10101111 | 0 | 101001 | 11001 | 1001 | 101010000 | 1000101 | 1001001 |
Color Harmonies of #E989AF
Complementary color
Monochromatic Colors of #E989AF
Black with #E989AF
Text Example
Text Example
White with #E989AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989AF; }
p { color: rgb(233,137,175); }
H1.HeaderClassName
{
color: #E989AF;
}
.AnyTagClassName
{
color: #E989AF;
}
</style>
background-color css
<style>
a { background-color: #E989AF; }
a { background-color: rgb(233,137,175); }
div.DivClassName
{
background-color: #E989AF;
}
.BgClassName
{
background-color: #E989AF;
}
</style>
border-color css
<style>
span { border-color: #E989AF; }
span { border-color: rgb(233,137,175); }
td.TdClassName
{
border-color: #E989AF;
}
.TagClassName
{
border-color: #E989AF;
}
</style>