Shades of Kobi #E386AE
Tints of Kobi #E386AE
RGB
CMYK
RGB Variations
Color information
#E386AE (or 0xE386AE) is known color: Kobi. HEX triplet: E3, 86 and AE. RGB value is (227,134,174). Sum of RGB (Red+Green+Blue) = 227+134+174=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E386AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E386AE is #1C7951. Grayscale: #A6A6A6. Windows color (decimal): -1866066 or 11437795. OLE color: 11437795.
HSL color Cylindrical-coordinate representation of color #E386AE: hue angle of 334.19º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E386AE is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 174 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.11 |
| HSL | 334.19º | 0.62% | 0.71% | - |
| HSV(B) | 334.19º | 0.41% | 0.89% | - |
| XYZ | 47.84 | 36.44 | 44.56 | - |
| YUV | 166.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 174 | 0 | 0.41 | 0.23 | 0.11 | 334.19 | 0.62 | 0.71 |
| Hex | E3 | 86 | AE | 0 | 29 | 17 | B | 14E | 3E | 47 |
| Octal | 343 | 206 | 256 | 0 | 51 | 27 | 13 | 516 | 76 | 107 |
| Binary | 11100011 | 10000110 | 10101110 | 0 | 101001 | 10111 | 1011 | 101001110 | 111110 | 1000111 |
Color Harmonies of #E386AE
Complementary color
Monochromatic Colors of #E386AE
Black with #E386AE
Text Example
Text Example
White with #E386AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E386AE; }
p { color: rgb(227,134,174); }
H1.HeaderClassName
{
color: #E386AE;
}
.AnyTagClassName
{
color: #E386AE;
}
</style>
background-color css
<style>
a { background-color: #E386AE; }
a { background-color: rgb(227,134,174); }
div.DivClassName
{
background-color: #E386AE;
}
.BgClassName
{
background-color: #E386AE;
}
</style>
border-color css
<style>
span { border-color: #E386AE; }
span { border-color: rgb(227,134,174); }
td.TdClassName
{
border-color: #E386AE;
}
.TagClassName
{
border-color: #E386AE;
}
</style>