Shades of Kobi #E98DB0
Tints of Kobi #E98DB0
RGB
CMYK
RGB Variations
Color information
#E98DB0 (or 0xE98DB0) is known color: Kobi. HEX triplet: E9, 8D and B0. RGB value is (233,141,176). Sum of RGB (Red+Green+Blue) = 233+141+176=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98DB0 is #16724F. Grayscale: #ACACAC. Windows color (decimal): -1471056 or 11570665. OLE color: 11570665.
HSL color Cylindrical-coordinate representation of color #E98DB0: hue angle of 337.17º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98DB0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 176 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.09 |
| HSL | 337.17º | 0.68% | 0.73% | - |
| HSV(B) | 337.17º | 0.39% | 0.91% | - |
| XYZ | 50.97 | 39.51 | 46.01 | - |
| YUV | 172.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 176 | 0 | 0.39 | 0.24 | 0.09 | 337.17 | 0.68 | 0.73 |
| Hex | E9 | 8D | B0 | 0 | 27 | 18 | 9 | 151 | 44 | 49 |
| Octal | 351 | 215 | 260 | 0 | 47 | 30 | 11 | 521 | 104 | 111 |
| Binary | 11101001 | 10001101 | 10110000 | 0 | 100111 | 11000 | 1001 | 101010001 | 1000100 | 1001001 |
Color Harmonies of #E98DB0
Complementary color
Monochromatic Colors of #E98DB0
Black with #E98DB0
Text Example
Text Example
White with #E98DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DB0; }
p { color: rgb(233,141,176); }
H1.HeaderClassName
{
color: #E98DB0;
}
.AnyTagClassName
{
color: #E98DB0;
}
</style>
background-color css
<style>
a { background-color: #E98DB0; }
a { background-color: rgb(233,141,176); }
div.DivClassName
{
background-color: #E98DB0;
}
.BgClassName
{
background-color: #E98DB0;
}
</style>
border-color css
<style>
span { border-color: #E98DB0; }
span { border-color: rgb(233,141,176); }
td.TdClassName
{
border-color: #E98DB0;
}
.TagClassName
{
border-color: #E98DB0;
}
</style>