Shades of Kobi #E293B0
Tints of Kobi #E293B0
RGB
CMYK
RGB Variations
Color information
#E293B0 (or 0xE293B0) is known color: Kobi. HEX triplet: E2, 93 and B0. RGB value is (226,147,176). Sum of RGB (Red+Green+Blue) = 226+147+176=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E293B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E293B0 is #1D6C4F. Grayscale: #ADADAD. Windows color (decimal): -1928272 or 11572194. OLE color: 11572194.
HSL color Cylindrical-coordinate representation of color #E293B0: hue angle of 337.97º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293B0 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 176 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.11 |
| HSL | 337.97º | 0.58% | 0.73% | - |
| HSV(B) | 337.97º | 0.35% | 0.89% | - |
| XYZ | 49.63 | 40.17 | 46.21 | - |
| YUV | 173.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 176 | 0 | 0.35 | 0.22 | 0.11 | 337.97 | 0.58 | 0.73 |
| Hex | E2 | 93 | B0 | 0 | 23 | 16 | B | 152 | 3A | 49 |
| Octal | 342 | 223 | 260 | 0 | 43 | 26 | 13 | 522 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10110000 | 0 | 100011 | 10110 | 1011 | 101010010 | 111010 | 1001001 |
Color Harmonies of #E293B0
Complementary color
Monochromatic Colors of #E293B0
Black with #E293B0
Text Example
Text Example
White with #E293B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293B0; }
p { color: rgb(226,147,176); }
H1.HeaderClassName
{
color: #E293B0;
}
.AnyTagClassName
{
color: #E293B0;
}
</style>
background-color css
<style>
a { background-color: #E293B0; }
a { background-color: rgb(226,147,176); }
div.DivClassName
{
background-color: #E293B0;
}
.BgClassName
{
background-color: #E293B0;
}
</style>
border-color css
<style>
span { border-color: #E293B0; }
span { border-color: rgb(226,147,176); }
td.TdClassName
{
border-color: #E293B0;
}
.TagClassName
{
border-color: #E293B0;
}
</style>