Shades of Kobi #E987B2
Tints of Kobi #E987B2
RGB
CMYK
RGB Variations
Color information
#E987B2 (or 0xE987B2) is known color: Kobi. HEX triplet: E9, 87 and B2. RGB value is (233,135,178). Sum of RGB (Red+Green+Blue) = 233+135+178=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E987B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E987B2 is #16784D. Grayscale: #A9A9A9. Windows color (decimal): -1472590 or 11700201. OLE color: 11700201.
HSL color Cylindrical-coordinate representation of color #E987B2: hue angle of 333.67º 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 #E987B2 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 135 | 178 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.09 |
| HSL | 333.67º | 0.69% | 0.72% | - |
| HSV(B) | 333.67º | 0.42% | 0.91% | - |
| XYZ | 50.3 | 37.87 | 46.78 | - |
| YUV | 169.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 135 | 178 | 0 | 0.42 | 0.24 | 0.09 | 333.67 | 0.69 | 0.72 |
| Hex | E9 | 87 | B2 | 0 | 2A | 18 | 9 | 14E | 45 | 48 |
| Octal | 351 | 207 | 262 | 0 | 52 | 30 | 11 | 516 | 105 | 110 |
| Binary | 11101001 | 10000111 | 10110010 | 0 | 101010 | 11000 | 1001 | 101001110 | 1000101 | 1001000 |
Color Harmonies of #E987B2
Complementary color
Monochromatic Colors of #E987B2
Black with #E987B2
Text Example
Text Example
White with #E987B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E987B2; }
p { color: rgb(233,135,178); }
H1.HeaderClassName
{
color: #E987B2;
}
.AnyTagClassName
{
color: #E987B2;
}
</style>
background-color css
<style>
a { background-color: #E987B2; }
a { background-color: rgb(233,135,178); }
div.DivClassName
{
background-color: #E987B2;
}
.BgClassName
{
background-color: #E987B2;
}
</style>
border-color css
<style>
span { border-color: #E987B2; }
span { border-color: rgb(233,135,178); }
td.TdClassName
{
border-color: #E987B2;
}
.TagClassName
{
border-color: #E987B2;
}
</style>