Shades of Kobi #E396B1
Tints of Kobi #E396B1
RGB
CMYK
RGB Variations
Color information
#E396B1 (or 0xE396B1) is known color: Kobi. HEX triplet: E3, 96 and B1. RGB value is (227,150,177). Sum of RGB (Red+Green+Blue) = 227+150+177=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E396B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396B1 is #1C694E. Grayscale: #B0B0B0. Windows color (decimal): -1861967 or 11638499. OLE color: 11638499.
HSL color Cylindrical-coordinate representation of color #E396B1: hue angle of 338.96º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396B1 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 177 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.11 |
| HSL | 338.96º | 0.58% | 0.74% | - |
| HSV(B) | 338.96º | 0.34% | 0.89% | - |
| XYZ | 50.52 | 41.32 | 46.91 | - |
| YUV | 176.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 177 | 0 | 0.34 | 0.22 | 0.11 | 338.96 | 0.58 | 0.74 |
| Hex | E3 | 96 | B1 | 0 | 22 | 16 | B | 153 | 3A | 4A |
| Octal | 343 | 226 | 261 | 0 | 42 | 26 | 13 | 523 | 72 | 112 |
| Binary | 11100011 | 10010110 | 10110001 | 0 | 100010 | 10110 | 1011 | 101010011 | 111010 | 1001010 |
Color Harmonies of #E396B1
Complementary color
Monochromatic Colors of #E396B1
Black with #E396B1
Text Example
Text Example
White with #E396B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396B1; }
p { color: rgb(227,150,177); }
H1.HeaderClassName
{
color: #E396B1;
}
.AnyTagClassName
{
color: #E396B1;
}
</style>
background-color css
<style>
a { background-color: #E396B1; }
a { background-color: rgb(227,150,177); }
div.DivClassName
{
background-color: #E396B1;
}
.BgClassName
{
background-color: #E396B1;
}
</style>
border-color css
<style>
span { border-color: #E396B1; }
span { border-color: rgb(227,150,177); }
td.TdClassName
{
border-color: #E396B1;
}
.TagClassName
{
border-color: #E396B1;
}
</style>