Shades of Kobi #E294B0
Tints of Kobi #E294B0
RGB
CMYK
RGB Variations
Color information
#E294B0 (or 0xE294B0) is known color: Kobi. HEX triplet: E2, 94 and B0. RGB value is (226,148,176). Sum of RGB (Red+Green+Blue) = 226+148+176=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E294B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E294B0 is #1D6B4F. Grayscale: #AEAEAE. Windows color (decimal): -1928016 or 11572450. OLE color: 11572450.
HSL color Cylindrical-coordinate representation of color #E294B0: hue angle of 338.46º degrees, saturation: 0.57, 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 #E294B0 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 176 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.11 |
| HSL | 338.46º | 0.57% | 0.73% | - |
| HSV(B) | 338.46º | 0.35% | 0.89% | - |
| XYZ | 49.79 | 40.48 | 46.26 | - |
| YUV | 174.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 176 | 0 | 0.35 | 0.22 | 0.11 | 338.46 | 0.57 | 0.73 |
| Hex | E2 | 94 | B0 | 0 | 23 | 16 | B | 152 | 39 | 49 |
| Octal | 342 | 224 | 260 | 0 | 43 | 26 | 13 | 522 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10110000 | 0 | 100011 | 10110 | 1011 | 101010010 | 111001 | 1001001 |
Color Harmonies of #E294B0
Complementary color
Monochromatic Colors of #E294B0
Black with #E294B0
Text Example
Text Example
White with #E294B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294B0; }
p { color: rgb(226,148,176); }
H1.HeaderClassName
{
color: #E294B0;
}
.AnyTagClassName
{
color: #E294B0;
}
</style>
background-color css
<style>
a { background-color: #E294B0; }
a { background-color: rgb(226,148,176); }
div.DivClassName
{
background-color: #E294B0;
}
.BgClassName
{
background-color: #E294B0;
}
</style>
border-color css
<style>
span { border-color: #E294B0; }
span { border-color: rgb(226,148,176); }
td.TdClassName
{
border-color: #E294B0;
}
.TagClassName
{
border-color: #E294B0;
}
</style>