Shades of Kobi #E394B3
Tints of Kobi #E394B3
RGB
CMYK
RGB Variations
Color information
#E394B3 (or 0xE394B3) is known color: Kobi. HEX triplet: E3, 94 and B3. RGB value is (227,148,179). Sum of RGB (Red+Green+Blue) = 227+148+179=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E394B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394B3 is #1C6B4C. Grayscale: #AFAFAF. Windows color (decimal): -1862477 or 11769059. OLE color: 11769059.
HSL color Cylindrical-coordinate representation of color #E394B3: hue angle of 336.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E394B3 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 179 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.11 |
| HSL | 336.46º | 0.59% | 0.74% | - |
| HSV(B) | 336.46º | 0.35% | 0.89% | - |
| XYZ | 50.41 | 40.77 | 47.86 | - |
| YUV | 175.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 179 | 0 | 0.35 | 0.21 | 0.11 | 336.46 | 0.59 | 0.74 |
| Hex | E3 | 94 | B3 | 0 | 23 | 15 | B | 150 | 3B | 4A |
| Octal | 343 | 224 | 263 | 0 | 43 | 25 | 13 | 520 | 73 | 112 |
| Binary | 11100011 | 10010100 | 10110011 | 0 | 100011 | 10101 | 1011 | 101010000 | 111011 | 1001010 |
Color Harmonies of #E394B3
Complementary color
Monochromatic Colors of #E394B3
Black with #E394B3
Text Example
Text Example
White with #E394B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394B3; }
p { color: rgb(227,148,179); }
H1.HeaderClassName
{
color: #E394B3;
}
.AnyTagClassName
{
color: #E394B3;
}
</style>
background-color css
<style>
a { background-color: #E394B3; }
a { background-color: rgb(227,148,179); }
div.DivClassName
{
background-color: #E394B3;
}
.BgClassName
{
background-color: #E394B3;
}
</style>
border-color css
<style>
span { border-color: #E394B3; }
span { border-color: rgb(227,148,179); }
td.TdClassName
{
border-color: #E394B3;
}
.TagClassName
{
border-color: #E394B3;
}
</style>