Shades of Kobi #E293B2
Tints of Kobi #E293B2
RGB
CMYK
RGB Variations
Color information
#E293B2 (or 0xE293B2) is known color: Kobi. HEX triplet: E2, 93 and B2. RGB value is (226,147,178). Sum of RGB (Red+Green+Blue) = 226+147+178=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E293B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E293B2 is #1D6C4D. Grayscale: #AEAEAE. Windows color (decimal): -1928270 or 11703266. OLE color: 11703266.
HSL color Cylindrical-coordinate representation of color #E293B2: hue angle of 336.46º 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 #E293B2 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 178 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.11 |
| HSL | 336.46º | 0.58% | 0.73% | - |
| HSV(B) | 336.46º | 0.35% | 0.89% | - |
| XYZ | 49.83 | 40.25 | 47.26 | - |
| YUV | 174.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 178 | 0 | 0.35 | 0.21 | 0.11 | 336.46 | 0.58 | 0.73 |
| Hex | E2 | 93 | B2 | 0 | 23 | 15 | B | 150 | 3A | 49 |
| Octal | 342 | 223 | 262 | 0 | 43 | 25 | 13 | 520 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10110010 | 0 | 100011 | 10101 | 1011 | 101010000 | 111010 | 1001001 |
Color Harmonies of #E293B2
Complementary color
Monochromatic Colors of #E293B2
Black with #E293B2
Text Example
Text Example
White with #E293B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293B2; }
p { color: rgb(226,147,178); }
H1.HeaderClassName
{
color: #E293B2;
}
.AnyTagClassName
{
color: #E293B2;
}
</style>
background-color css
<style>
a { background-color: #E293B2; }
a { background-color: rgb(226,147,178); }
div.DivClassName
{
background-color: #E293B2;
}
.BgClassName
{
background-color: #E293B2;
}
</style>
border-color css
<style>
span { border-color: #E293B2; }
span { border-color: rgb(226,147,178); }
td.TdClassName
{
border-color: #E293B2;
}
.TagClassName
{
border-color: #E293B2;
}
</style>