Shades of Kobi #E988B0
Tints of Kobi #E988B0
RGB
CMYK
RGB Variations
Color information
#E988B0 (or 0xE988B0) is known color: Kobi. HEX triplet: E9, 88 and B0. RGB value is (233,136,176). Sum of RGB (Red+Green+Blue) = 233+136+176=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988B0 is #16774F. Grayscale: #A9A9A9. Windows color (decimal): -1472336 or 11569385. OLE color: 11569385.
HSL color Cylindrical-coordinate representation of color #E988B0: hue angle of 335.26º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988B0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 176 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.09 |
| HSL | 335.26º | 0.69% | 0.72% | - |
| HSV(B) | 335.26º | 0.42% | 0.91% | - |
| XYZ | 50.24 | 38.07 | 45.77 | - |
| YUV | 169.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 176 | 0 | 0.42 | 0.24 | 0.09 | 335.26 | 0.69 | 0.72 |
| Hex | E9 | 88 | B0 | 0 | 2A | 18 | 9 | 14F | 45 | 48 |
| Octal | 351 | 210 | 260 | 0 | 52 | 30 | 11 | 517 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10110000 | 0 | 101010 | 11000 | 1001 | 101001111 | 1000101 | 1001000 |
Color Harmonies of #E988B0
Complementary color
Monochromatic Colors of #E988B0
Black with #E988B0
Text Example
Text Example
White with #E988B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988B0; }
p { color: rgb(233,136,176); }
H1.HeaderClassName
{
color: #E988B0;
}
.AnyTagClassName
{
color: #E988B0;
}
</style>
background-color css
<style>
a { background-color: #E988B0; }
a { background-color: rgb(233,136,176); }
div.DivClassName
{
background-color: #E988B0;
}
.BgClassName
{
background-color: #E988B0;
}
</style>
border-color css
<style>
span { border-color: #E988B0; }
span { border-color: rgb(233,136,176); }
td.TdClassName
{
border-color: #E988B0;
}
.TagClassName
{
border-color: #E988B0;
}
</style>