Shades of Kobi #E386AF
Tints of Kobi #E386AF
RGB
CMYK
RGB Variations
Color information
#E386AF (or 0xE386AF) is known color: Kobi. HEX triplet: E3, 86 and AF. RGB value is (227,134,175). Sum of RGB (Red+Green+Blue) = 227+134+175=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E386AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E386AF is #1C7950. Grayscale: #A6A6A6. Windows color (decimal): -1866065 or 11503331. OLE color: 11503331.
HSL color Cylindrical-coordinate representation of color #E386AF: hue angle of 333.55º 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 #E386AF is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 175 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.11 |
| HSL | 333.55º | 0.62% | 0.71% | - |
| HSV(B) | 333.55º | 0.41% | 0.89% | - |
| XYZ | 47.94 | 36.48 | 45.07 | - |
| YUV | 166.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 175 | 0 | 0.41 | 0.23 | 0.11 | 333.55 | 0.62 | 0.71 |
| Hex | E3 | 86 | AF | 0 | 29 | 17 | B | 14E | 3E | 47 |
| Octal | 343 | 206 | 257 | 0 | 51 | 27 | 13 | 516 | 76 | 107 |
| Binary | 11100011 | 10000110 | 10101111 | 0 | 101001 | 10111 | 1011 | 101001110 | 111110 | 1000111 |
Color Harmonies of #E386AF
Complementary color
Monochromatic Colors of #E386AF
Black with #E386AF
Text Example
Text Example
White with #E386AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E386AF; }
p { color: rgb(227,134,175); }
H1.HeaderClassName
{
color: #E386AF;
}
.AnyTagClassName
{
color: #E386AF;
}
</style>
background-color css
<style>
a { background-color: #E386AF; }
a { background-color: rgb(227,134,175); }
div.DivClassName
{
background-color: #E386AF;
}
.BgClassName
{
background-color: #E386AF;
}
</style>
border-color css
<style>
span { border-color: #E386AF; }
span { border-color: rgb(227,134,175); }
td.TdClassName
{
border-color: #E386AF;
}
.TagClassName
{
border-color: #E386AF;
}
</style>