Shades of Kobi #E891B0
Tints of Kobi #E891B0
RGB
CMYK
RGB Variations
Color information
#E891B0 (or 0xE891B0) is known color: Kobi. HEX triplet: E8, 91 and B0. RGB value is (232,145,176). Sum of RGB (Red+Green+Blue) = 232+145+176=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E891B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E891B0 is #176E4F. Grayscale: #AEAEAE. Windows color (decimal): -1535568 or 11571688. OLE color: 11571688.
HSL color Cylindrical-coordinate representation of color #E891B0: hue angle of 338.62º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E891B0 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 176 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.09 |
| HSL | 338.62º | 0.65% | 0.74% | - |
| HSV(B) | 338.62º | 0.38% | 0.91% | - |
| XYZ | 51.24 | 40.54 | 46.2 | - |
| YUV | 174.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 176 | 0 | 0.38 | 0.24 | 0.09 | 338.62 | 0.65 | 0.74 |
| Hex | E8 | 91 | B0 | 0 | 26 | 18 | 9 | 153 | 41 | 4A |
| Octal | 350 | 221 | 260 | 0 | 46 | 30 | 11 | 523 | 101 | 112 |
| Binary | 11101000 | 10010001 | 10110000 | 0 | 100110 | 11000 | 1001 | 101010011 | 1000001 | 1001010 |
Color Harmonies of #E891B0
Complementary color
Monochromatic Colors of #E891B0
Black with #E891B0
Text Example
Text Example
White with #E891B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E891B0; }
p { color: rgb(232,145,176); }
H1.HeaderClassName
{
color: #E891B0;
}
.AnyTagClassName
{
color: #E891B0;
}
</style>
background-color css
<style>
a { background-color: #E891B0; }
a { background-color: rgb(232,145,176); }
div.DivClassName
{
background-color: #E891B0;
}
.BgClassName
{
background-color: #E891B0;
}
</style>
border-color css
<style>
span { border-color: #E891B0; }
span { border-color: rgb(232,145,176); }
td.TdClassName
{
border-color: #E891B0;
}
.TagClassName
{
border-color: #E891B0;
}
</style>