Shades of Kobi #E98CB1
Tints of Kobi #E98CB1
RGB
CMYK
RGB Variations
Color information
#E98CB1 (or 0xE98CB1) is known color: Kobi. HEX triplet: E9, 8C and B1. RGB value is (233,140,177). Sum of RGB (Red+Green+Blue) = 233+140+177=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E98CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98CB1 is #16734E. Grayscale: #ABABAB. Windows color (decimal): -1471311 or 11635945. OLE color: 11635945.
HSL color Cylindrical-coordinate representation of color #E98CB1: hue angle of 336.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98CB1 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 177 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.09 |
| HSL | 336.13º | 0.68% | 0.73% | - |
| HSV(B) | 336.13º | 0.4% | 0.91% | - |
| XYZ | 50.92 | 39.25 | 46.49 | - |
| YUV | 172.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 177 | 0 | 0.40 | 0.24 | 0.09 | 336.13 | 0.68 | 0.73 |
| Hex | E9 | 8C | B1 | 0 | 28 | 18 | 9 | 150 | 44 | 49 |
| Octal | 351 | 214 | 261 | 0 | 50 | 30 | 11 | 520 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10110001 | 0 | 101000 | 11000 | 1001 | 101010000 | 1000100 | 1001001 |
Color Harmonies of #E98CB1
Complementary color
Monochromatic Colors of #E98CB1
Black with #E98CB1
Text Example
Text Example
White with #E98CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CB1; }
p { color: rgb(233,140,177); }
H1.HeaderClassName
{
color: #E98CB1;
}
.AnyTagClassName
{
color: #E98CB1;
}
</style>
background-color css
<style>
a { background-color: #E98CB1; }
a { background-color: rgb(233,140,177); }
div.DivClassName
{
background-color: #E98CB1;
}
.BgClassName
{
background-color: #E98CB1;
}
</style>
border-color css
<style>
span { border-color: #E98CB1; }
span { border-color: rgb(233,140,177); }
td.TdClassName
{
border-color: #E98CB1;
}
.TagClassName
{
border-color: #E98CB1;
}
</style>