Shades of Kobi #E290AB
Tints of Kobi #E290AB
RGB
CMYK
RGB Variations
Color information
#E290AB (or 0xE290AB) is known color: Kobi. HEX triplet: E2, 90 and AB. RGB value is (226,144,171). Sum of RGB (Red+Green+Blue) = 226+144+171=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E290AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290AB is #1D6F54. Grayscale: #ABABAB. Windows color (decimal): -1929045 or 11243746. OLE color: 11243746.
HSL color Cylindrical-coordinate representation of color #E290AB: hue angle of 340.24º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E290AB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 171 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.11 |
| HSL | 340.24º | 0.59% | 0.73% | - |
| HSV(B) | 340.24º | 0.36% | 0.89% | - |
| XYZ | 48.69 | 39.06 | 43.5 | - |
| YUV | 171.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 171 | 0 | 0.36 | 0.24 | 0.11 | 340.24 | 0.59 | 0.73 |
| Hex | E2 | 90 | AB | 0 | 24 | 18 | B | 154 | 3B | 49 |
| Octal | 342 | 220 | 253 | 0 | 44 | 30 | 13 | 524 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10101011 | 0 | 100100 | 11000 | 1011 | 101010100 | 111011 | 1001001 |
Color Harmonies of #E290AB
Complementary color
Monochromatic Colors of #E290AB
Black with #E290AB
Text Example
Text Example
White with #E290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290AB; }
p { color: rgb(226,144,171); }
H1.HeaderClassName
{
color: #E290AB;
}
.AnyTagClassName
{
color: #E290AB;
}
</style>
background-color css
<style>
a { background-color: #E290AB; }
a { background-color: rgb(226,144,171); }
div.DivClassName
{
background-color: #E290AB;
}
.BgClassName
{
background-color: #E290AB;
}
</style>
border-color css
<style>
span { border-color: #E290AB; }
span { border-color: rgb(226,144,171); }
td.TdClassName
{
border-color: #E290AB;
}
.TagClassName
{
border-color: #E290AB;
}
</style>