Shades of Kobi #E986B1
Tints of Kobi #E986B1
RGB
CMYK
RGB Variations
Color information
#E986B1 (or 0xE986B1) is known color: Kobi. HEX triplet: E9, 86 and B1. RGB value is (233,134,177). Sum of RGB (Red+Green+Blue) = 233+134+177=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E986B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986B1 is #16794E. Grayscale: #A8A8A8. Windows color (decimal): -1472847 or 11634409. OLE color: 11634409.
HSL color Cylindrical-coordinate representation of color #E986B1: hue angle of 333.94º 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 #E986B1 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 177 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.09 |
| HSL | 333.94º | 0.69% | 0.72% | - |
| HSV(B) | 333.94º | 0.42% | 0.91% | - |
| XYZ | 50.07 | 37.55 | 46.2 | - |
| YUV | 168.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 177 | 0 | 0.42 | 0.24 | 0.09 | 333.94 | 0.69 | 0.72 |
| Hex | E9 | 86 | B1 | 0 | 2A | 18 | 9 | 14E | 45 | 48 |
| Octal | 351 | 206 | 261 | 0 | 52 | 30 | 11 | 516 | 105 | 110 |
| Binary | 11101001 | 10000110 | 10110001 | 0 | 101010 | 11000 | 1001 | 101001110 | 1000101 | 1001000 |
Color Harmonies of #E986B1
Complementary color
Monochromatic Colors of #E986B1
Black with #E986B1
Text Example
Text Example
White with #E986B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986B1; }
p { color: rgb(233,134,177); }
H1.HeaderClassName
{
color: #E986B1;
}
.AnyTagClassName
{
color: #E986B1;
}
</style>
background-color css
<style>
a { background-color: #E986B1; }
a { background-color: rgb(233,134,177); }
div.DivClassName
{
background-color: #E986B1;
}
.BgClassName
{
background-color: #E986B1;
}
</style>
border-color css
<style>
span { border-color: #E986B1; }
span { border-color: rgb(233,134,177); }
td.TdClassName
{
border-color: #E986B1;
}
.TagClassName
{
border-color: #E986B1;
}
</style>