Shades of Kobi #E393A6
Tints of Kobi #E393A6
RGB
CMYK
RGB Variations
Color information
#E393A6 (or 0xE393A6) is known color: Kobi. HEX triplet: E3, 93 and A6. RGB value is (227,147,166). Sum of RGB (Red+Green+Blue) = 227+147+166=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E393A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E393A6 is #1C6C59. Grayscale: #ADADAD. Windows color (decimal): -1862746 or 10916835. OLE color: 10916835.
HSL color Cylindrical-coordinate representation of color #E393A6: hue angle of 345.75º degrees, saturation: 0.59, 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 #E393A6 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 166 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.11 |
| HSL | 345.75º | 0.59% | 0.73% | - |
| HSV(B) | 345.75º | 0.35% | 0.89% | - |
| XYZ | 49 | 39.95 | 41.21 | - |
| YUV | 173.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 166 | 0 | 0.35 | 0.27 | 0.11 | 345.75 | 0.59 | 0.73 |
| Hex | E3 | 93 | A6 | 0 | 23 | 1B | B | 15A | 3B | 49 |
| Octal | 343 | 223 | 246 | 0 | 43 | 33 | 13 | 532 | 73 | 111 |
| Binary | 11100011 | 10010011 | 10100110 | 0 | 100011 | 11011 | 1011 | 101011010 | 111011 | 1001001 |
Color Harmonies of #E393A6
Complementary color
Monochromatic Colors of #E393A6
Black with #E393A6
Text Example
Text Example
White with #E393A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E393A6; }
p { color: rgb(227,147,166); }
H1.HeaderClassName
{
color: #E393A6;
}
.AnyTagClassName
{
color: #E393A6;
}
</style>
background-color css
<style>
a { background-color: #E393A6; }
a { background-color: rgb(227,147,166); }
div.DivClassName
{
background-color: #E393A6;
}
.BgClassName
{
background-color: #E393A6;
}
</style>
border-color css
<style>
span { border-color: #E393A6; }
span { border-color: rgb(227,147,166); }
td.TdClassName
{
border-color: #E393A6;
}
.TagClassName
{
border-color: #E393A6;
}
</style>