Shades of Kobi #E490AF
Tints of Kobi #E490AF
RGB
CMYK
RGB Variations
Color information
#E490AF (or 0xE490AF) is known color: Kobi. HEX triplet: E4, 90 and AF. RGB value is (228,144,175). Sum of RGB (Red+Green+Blue) = 228+144+175=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E490AF is #1B6F50. Grayscale: #ACACAC. Windows color (decimal): -1797969 or 11505892. OLE color: 11505892.
HSL color Cylindrical-coordinate representation of color #E490AF: hue angle of 337.86º 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 #E490AF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 175 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.11 |
| HSL | 337.86º | 0.61% | 0.73% | - |
| HSV(B) | 337.86º | 0.37% | 0.89% | - |
| XYZ | 49.71 | 39.54 | 45.57 | - |
| YUV | 172.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 175 | 0 | 0.37 | 0.23 | 0.11 | 337.86 | 0.61 | 0.73 |
| Hex | E4 | 90 | AF | 0 | 25 | 17 | B | 152 | 3D | 49 |
| Octal | 344 | 220 | 257 | 0 | 45 | 27 | 13 | 522 | 75 | 111 |
| Binary | 11100100 | 10010000 | 10101111 | 0 | 100101 | 10111 | 1011 | 101010010 | 111101 | 1001001 |
Color Harmonies of #E490AF
Complementary color
Monochromatic Colors of #E490AF
Black with #E490AF
Text Example
Text Example
White with #E490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490AF; }
p { color: rgb(228,144,175); }
H1.HeaderClassName
{
color: #E490AF;
}
.AnyTagClassName
{
color: #E490AF;
}
</style>
background-color css
<style>
a { background-color: #E490AF; }
a { background-color: rgb(228,144,175); }
div.DivClassName
{
background-color: #E490AF;
}
.BgClassName
{
background-color: #E490AF;
}
</style>
border-color css
<style>
span { border-color: #E490AF; }
span { border-color: rgb(228,144,175); }
td.TdClassName
{
border-color: #E490AF;
}
.TagClassName
{
border-color: #E490AF;
}
</style>