Shades of Kobi #E290AF
Tints of Kobi #E290AF
RGB
CMYK
RGB Variations
Color information
#E290AF (or 0xE290AF) is known color: Kobi. HEX triplet: E2, 90 and AF. RGB value is (226,144,175). Sum of RGB (Red+Green+Blue) = 226+144+175=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E290AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290AF is #1D6F50. Grayscale: #ACACAC. Windows color (decimal): -1929041 or 11505890. OLE color: 11505890.
HSL color Cylindrical-coordinate representation of color #E290AF: hue angle of 337.32º 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 #E290AF is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 175 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.11 |
| HSL | 337.32º | 0.59% | 0.73% | - |
| HSV(B) | 337.32º | 0.36% | 0.89% | - |
| XYZ | 49.08 | 39.21 | 45.54 | - |
| YUV | 172.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 175 | 0 | 0.36 | 0.23 | 0.11 | 337.32 | 0.59 | 0.73 |
| Hex | E2 | 90 | AF | 0 | 24 | 17 | B | 151 | 3B | 49 |
| Octal | 342 | 220 | 257 | 0 | 44 | 27 | 13 | 521 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10101111 | 0 | 100100 | 10111 | 1011 | 101010001 | 111011 | 1001001 |
Color Harmonies of #E290AF
Complementary color
Monochromatic Colors of #E290AF
Black with #E290AF
Text Example
Text Example
White with #E290AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290AF; }
p { color: rgb(226,144,175); }
H1.HeaderClassName
{
color: #E290AF;
}
.AnyTagClassName
{
color: #E290AF;
}
</style>
background-color css
<style>
a { background-color: #E290AF; }
a { background-color: rgb(226,144,175); }
div.DivClassName
{
background-color: #E290AF;
}
.BgClassName
{
background-color: #E290AF;
}
</style>
border-color css
<style>
span { border-color: #E290AF; }
span { border-color: rgb(226,144,175); }
td.TdClassName
{
border-color: #E290AF;
}
.TagClassName
{
border-color: #E290AF;
}
</style>