Shades of Kobi #E293B4
Tints of Kobi #E293B4
RGB
CMYK
RGB Variations
Color information
#E293B4 (or 0xE293B4) is known color: Kobi. HEX triplet: E2, 93 and B4. RGB value is (226,147,180). Sum of RGB (Red+Green+Blue) = 226+147+180=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E293B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293B4 is #1D6C4B. Grayscale: #AEAEAE. Windows color (decimal): -1928268 or 11834338. OLE color: 11834338.
HSL color Cylindrical-coordinate representation of color #E293B4: hue angle of 334.94º 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 #E293B4 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 180 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.11 |
| HSL | 334.94º | 0.58% | 0.73% | - |
| HSV(B) | 334.94º | 0.35% | 0.89% | - |
| XYZ | 50.04 | 40.33 | 48.33 | - |
| YUV | 174.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 180 | 0 | 0.35 | 0.20 | 0.11 | 334.94 | 0.58 | 0.73 |
| Hex | E2 | 93 | B4 | 0 | 23 | 14 | B | 14F | 3A | 49 |
| Octal | 342 | 223 | 264 | 0 | 43 | 24 | 13 | 517 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10110100 | 0 | 100011 | 10100 | 1011 | 101001111 | 111010 | 1001001 |
Color Harmonies of #E293B4
Complementary color
Monochromatic Colors of #E293B4
Black with #E293B4
Text Example
Text Example
White with #E293B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293B4; }
p { color: rgb(226,147,180); }
H1.HeaderClassName
{
color: #E293B4;
}
.AnyTagClassName
{
color: #E293B4;
}
</style>
background-color css
<style>
a { background-color: #E293B4; }
a { background-color: rgb(226,147,180); }
div.DivClassName
{
background-color: #E293B4;
}
.BgClassName
{
background-color: #E293B4;
}
</style>
border-color css
<style>
span { border-color: #E293B4; }
span { border-color: rgb(226,147,180); }
td.TdClassName
{
border-color: #E293B4;
}
.TagClassName
{
border-color: #E293B4;
}
</style>