Shades of Kobi #E290B3
Tints of Kobi #E290B3
RGB
CMYK
RGB Variations
Color information
#E290B3 (or 0xE290B3) is known color: Kobi. HEX triplet: E2, 90 and B3. RGB value is (226,144,179). Sum of RGB (Red+Green+Blue) = 226+144+179=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E290B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290B3 is #1D6F4C. Grayscale: #ACACAC. Windows color (decimal): -1929037 or 11768034. OLE color: 11768034.
HSL color Cylindrical-coordinate representation of color #E290B3: hue angle of 334.39º 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 #E290B3 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 179 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.11 |
| HSL | 334.39º | 0.59% | 0.73% | - |
| HSV(B) | 334.39º | 0.36% | 0.89% | - |
| XYZ | 49.47 | 39.37 | 47.64 | - |
| YUV | 172.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 179 | 0 | 0.36 | 0.21 | 0.11 | 334.39 | 0.59 | 0.73 |
| Hex | E2 | 90 | B3 | 0 | 24 | 15 | B | 14E | 3B | 49 |
| Octal | 342 | 220 | 263 | 0 | 44 | 25 | 13 | 516 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10110011 | 0 | 100100 | 10101 | 1011 | 101001110 | 111011 | 1001001 |
Color Harmonies of #E290B3
Complementary color
Monochromatic Colors of #E290B3
Black with #E290B3
Text Example
Text Example
White with #E290B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290B3; }
p { color: rgb(226,144,179); }
H1.HeaderClassName
{
color: #E290B3;
}
.AnyTagClassName
{
color: #E290B3;
}
</style>
background-color css
<style>
a { background-color: #E290B3; }
a { background-color: rgb(226,144,179); }
div.DivClassName
{
background-color: #E290B3;
}
.BgClassName
{
background-color: #E290B3;
}
</style>
border-color css
<style>
span { border-color: #E290B3; }
span { border-color: rgb(226,144,179); }
td.TdClassName
{
border-color: #E290B3;
}
.TagClassName
{
border-color: #E290B3;
}
</style>