Shades of Kobi #E294B1
Tints of Kobi #E294B1
RGB
CMYK
RGB Variations
Color information
#E294B1 (or 0xE294B1) is known color: Kobi. HEX triplet: E2, 94 and B1. RGB value is (226,148,177). Sum of RGB (Red+Green+Blue) = 226+148+177=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E294B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E294B1 is #1D6B4E. Grayscale: #AEAEAE. Windows color (decimal): -1928015 or 11637986. OLE color: 11637986.
HSL color Cylindrical-coordinate representation of color #E294B1: hue angle of 337.69º 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 #E294B1 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 177 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.11 |
| HSL | 337.69º | 0.57% | 0.73% | - |
| HSV(B) | 337.69º | 0.35% | 0.89% | - |
| XYZ | 49.89 | 40.52 | 46.79 | - |
| YUV | 174.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 177 | 0 | 0.35 | 0.22 | 0.11 | 337.69 | 0.57 | 0.73 |
| Hex | E2 | 94 | B1 | 0 | 23 | 16 | B | 152 | 39 | 49 |
| Octal | 342 | 224 | 261 | 0 | 43 | 26 | 13 | 522 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10110001 | 0 | 100011 | 10110 | 1011 | 101010010 | 111001 | 1001001 |
Color Harmonies of #E294B1
Complementary color
Monochromatic Colors of #E294B1
Black with #E294B1
Text Example
Text Example
White with #E294B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294B1; }
p { color: rgb(226,148,177); }
H1.HeaderClassName
{
color: #E294B1;
}
.AnyTagClassName
{
color: #E294B1;
}
</style>
background-color css
<style>
a { background-color: #E294B1; }
a { background-color: rgb(226,148,177); }
div.DivClassName
{
background-color: #E294B1;
}
.BgClassName
{
background-color: #E294B1;
}
</style>
border-color css
<style>
span { border-color: #E294B1; }
span { border-color: rgb(226,148,177); }
td.TdClassName
{
border-color: #E294B1;
}
.TagClassName
{
border-color: #E294B1;
}
</style>