Shades of Kobi #E289B0
Tints of Kobi #E289B0
RGB
CMYK
RGB Variations
Color information
#E289B0 (or 0xE289B0) is known color: Kobi. HEX triplet: E2, 89 and B0. RGB value is (226,137,176). Sum of RGB (Red+Green+Blue) = 226+137+176=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E289B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289B0 is #1D764F. Grayscale: #A7A7A7. Windows color (decimal): -1930832 or 11569634. OLE color: 11569634.
HSL color Cylindrical-coordinate representation of color #E289B0: hue angle of 333.71º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289B0 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 176 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.11 |
| HSL | 333.71º | 0.61% | 0.71% | - |
| HSV(B) | 333.71º | 0.39% | 0.89% | - |
| XYZ | 48.15 | 37.19 | 45.72 | - |
| YUV | 168.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 176 | 0 | 0.39 | 0.22 | 0.11 | 333.71 | 0.61 | 0.71 |
| Hex | E2 | 89 | B0 | 0 | 27 | 16 | B | 14E | 3D | 47 |
| Octal | 342 | 211 | 260 | 0 | 47 | 26 | 13 | 516 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10110000 | 0 | 100111 | 10110 | 1011 | 101001110 | 111101 | 1000111 |
Color Harmonies of #E289B0
Complementary color
Monochromatic Colors of #E289B0
Black with #E289B0
Text Example
Text Example
White with #E289B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289B0; }
p { color: rgb(226,137,176); }
H1.HeaderClassName
{
color: #E289B0;
}
.AnyTagClassName
{
color: #E289B0;
}
</style>
background-color css
<style>
a { background-color: #E289B0; }
a { background-color: rgb(226,137,176); }
div.DivClassName
{
background-color: #E289B0;
}
.BgClassName
{
background-color: #E289B0;
}
</style>
border-color css
<style>
span { border-color: #E289B0; }
span { border-color: rgb(226,137,176); }
td.TdClassName
{
border-color: #E289B0;
}
.TagClassName
{
border-color: #E289B0;
}
</style>