Shades of Kobi #E289AB
Tints of Kobi #E289AB
RGB
CMYK
RGB Variations
Color information
#E289AB (or 0xE289AB) is known color: Kobi. HEX triplet: E2, 89 and AB. RGB value is (226,137,171). Sum of RGB (Red+Green+Blue) = 226+137+171=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E289AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289AB is #1D7654. Grayscale: #A7A7A7. Windows color (decimal): -1930837 or 11241954. OLE color: 11241954.
HSL color Cylindrical-coordinate representation of color #E289AB: hue angle of 337.08º 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 #E289AB is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 171 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.11 |
| HSL | 337.08º | 0.61% | 0.71% | - |
| HSV(B) | 337.08º | 0.39% | 0.89% | - |
| XYZ | 47.66 | 37 | 43.16 | - |
| YUV | 167.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 171 | 0 | 0.39 | 0.24 | 0.11 | 337.08 | 0.61 | 0.71 |
| Hex | E2 | 89 | AB | 0 | 27 | 18 | B | 151 | 3D | 47 |
| Octal | 342 | 211 | 253 | 0 | 47 | 30 | 13 | 521 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10101011 | 0 | 100111 | 11000 | 1011 | 101010001 | 111101 | 1000111 |
Color Harmonies of #E289AB
Complementary color
Monochromatic Colors of #E289AB
Black with #E289AB
Text Example
Text Example
White with #E289AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289AB; }
p { color: rgb(226,137,171); }
H1.HeaderClassName
{
color: #E289AB;
}
.AnyTagClassName
{
color: #E289AB;
}
</style>
background-color css
<style>
a { background-color: #E289AB; }
a { background-color: rgb(226,137,171); }
div.DivClassName
{
background-color: #E289AB;
}
.BgClassName
{
background-color: #E289AB;
}
</style>
border-color css
<style>
span { border-color: #E289AB; }
span { border-color: rgb(226,137,171); }
td.TdClassName
{
border-color: #E289AB;
}
.TagClassName
{
border-color: #E289AB;
}
</style>