Shades of Kobi #E987AB
Tints of Kobi #E987AB
RGB
CMYK
RGB Variations
Color information
#E987AB (or 0xE987AB) is known color: Kobi. HEX triplet: E9, 87 and AB. RGB value is (233,135,171). Sum of RGB (Red+Green+Blue) = 233+135+171=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E987AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E987AB is #167854. Grayscale: #A8A8A8. Windows color (decimal): -1472597 or 11241449. OLE color: 11241449.
HSL color Cylindrical-coordinate representation of color #E987AB: hue angle of 337.96º 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 #E987AB is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 135 | 171 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.09 |
| HSL | 337.96º | 0.69% | 0.72% | - |
| HSV(B) | 337.96º | 0.42% | 0.91% | - |
| XYZ | 49.62 | 37.59 | 43.17 | - |
| YUV | 168.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 135 | 171 | 0 | 0.42 | 0.27 | 0.09 | 337.96 | 0.69 | 0.72 |
| Hex | E9 | 87 | AB | 0 | 2A | 1B | 9 | 152 | 45 | 48 |
| Octal | 351 | 207 | 253 | 0 | 52 | 33 | 11 | 522 | 105 | 110 |
| Binary | 11101001 | 10000111 | 10101011 | 0 | 101010 | 11011 | 1001 | 101010010 | 1000101 | 1001000 |
Color Harmonies of #E987AB
Complementary color
Monochromatic Colors of #E987AB
Black with #E987AB
Text Example
Text Example
White with #E987AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E987AB; }
p { color: rgb(233,135,171); }
H1.HeaderClassName
{
color: #E987AB;
}
.AnyTagClassName
{
color: #E987AB;
}
</style>
background-color css
<style>
a { background-color: #E987AB; }
a { background-color: rgb(233,135,171); }
div.DivClassName
{
background-color: #E987AB;
}
.BgClassName
{
background-color: #E987AB;
}
</style>
border-color css
<style>
span { border-color: #E987AB; }
span { border-color: rgb(233,135,171); }
td.TdClassName
{
border-color: #E987AB;
}
.TagClassName
{
border-color: #E987AB;
}
</style>