Shades of Kobi #E490AB
Tints of Kobi #E490AB
RGB
CMYK
RGB Variations
Color information
#E490AB (or 0xE490AB) is known color: Kobi. HEX triplet: E4, 90 and AB. RGB value is (228,144,171). Sum of RGB (Red+Green+Blue) = 228+144+171=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E490AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E490AB is #1B6F54. Grayscale: #ACACAC. Windows color (decimal): -1797973 or 11243748. OLE color: 11243748.
HSL color Cylindrical-coordinate representation of color #E490AB: hue angle of 340.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490AB is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 171 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.11 |
| HSL | 340.71º | 0.61% | 0.73% | - |
| HSV(B) | 340.71º | 0.37% | 0.89% | - |
| XYZ | 49.32 | 39.38 | 43.53 | - |
| YUV | 172.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 171 | 0 | 0.37 | 0.25 | 0.11 | 340.71 | 0.61 | 0.73 |
| Hex | E4 | 90 | AB | 0 | 25 | 19 | B | 155 | 3D | 49 |
| Octal | 344 | 220 | 253 | 0 | 45 | 31 | 13 | 525 | 75 | 111 |
| Binary | 11100100 | 10010000 | 10101011 | 0 | 100101 | 11001 | 1011 | 101010101 | 111101 | 1001001 |
Color Harmonies of #E490AB
Complementary color
Monochromatic Colors of #E490AB
Black with #E490AB
Text Example
Text Example
White with #E490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490AB; }
p { color: rgb(228,144,171); }
H1.HeaderClassName
{
color: #E490AB;
}
.AnyTagClassName
{
color: #E490AB;
}
</style>
background-color css
<style>
a { background-color: #E490AB; }
a { background-color: rgb(228,144,171); }
div.DivClassName
{
background-color: #E490AB;
}
.BgClassName
{
background-color: #E490AB;
}
</style>
border-color css
<style>
span { border-color: #E490AB; }
span { border-color: rgb(228,144,171); }
td.TdClassName
{
border-color: #E490AB;
}
.TagClassName
{
border-color: #E490AB;
}
</style>