Shades of Kobi #E887B0
Tints of Kobi #E887B0
RGB
CMYK
RGB Variations
Color information
#E887B0 (or 0xE887B0) is known color: Kobi. HEX triplet: E8, 87 and B0. RGB value is (232,135,176). Sum of RGB (Red+Green+Blue) = 232+135+176=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E887B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E887B0 is #17784F. Grayscale: #A8A8A8. Windows color (decimal): -1538128 or 11569128. OLE color: 11569128.
HSL color Cylindrical-coordinate representation of color #E887B0: hue angle of 334.64º degrees, saturation: 0.68, 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 #E887B0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 135 | 176 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.09 |
| HSL | 334.64º | 0.68% | 0.72% | - |
| HSV(B) | 334.64º | 0.42% | 0.91% | - |
| XYZ | 49.78 | 37.62 | 45.71 | - |
| YUV | 168.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 135 | 176 | 0 | 0.42 | 0.24 | 0.09 | 334.64 | 0.68 | 0.72 |
| Hex | E8 | 87 | B0 | 0 | 2A | 18 | 9 | 14F | 44 | 48 |
| Octal | 350 | 207 | 260 | 0 | 52 | 30 | 11 | 517 | 104 | 110 |
| Binary | 11101000 | 10000111 | 10110000 | 0 | 101010 | 11000 | 1001 | 101001111 | 1000100 | 1001000 |
Color Harmonies of #E887B0
Complementary color
Monochromatic Colors of #E887B0
Black with #E887B0
Text Example
Text Example
White with #E887B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E887B0; }
p { color: rgb(232,135,176); }
H1.HeaderClassName
{
color: #E887B0;
}
.AnyTagClassName
{
color: #E887B0;
}
</style>
background-color css
<style>
a { background-color: #E887B0; }
a { background-color: rgb(232,135,176); }
div.DivClassName
{
background-color: #E887B0;
}
.BgClassName
{
background-color: #E887B0;
}
</style>
border-color css
<style>
span { border-color: #E887B0; }
span { border-color: rgb(232,135,176); }
td.TdClassName
{
border-color: #E887B0;
}
.TagClassName
{
border-color: #E887B0;
}
</style>