#E386B3

Color #E386B3 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E386B3

Tints of Kobi #E386B3

Color information

#E386B3 (or 0xE386B3) is unknown color: approx Kobi. HEX triplet: E3, 86 and B3. RGB value is (227,134,179). Sum of RGB (Red+Green+Blue) = 227+134+179=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E386B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386B3 is #1C794C. Grayscale: #A6A6A6. Windows color (decimal): -1866061 or 11765475. OLE color: 11765475.

HSL color Cylindrical-coordinate representation of color #E386B3: hue angle of 330.97º 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 #E386B3 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB227134179-
CMYK00.410.210.11
HSL330.97º62.42%70.78%-
HSV(B)330.97º40.97%89.02%-
XYZ48.3436.6447.17-
YUV166.94134.81170.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=42.04%
G=24.81%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713417900.410.210.11330.9762.4270.78
HexE386B302915B14b3e47
Octal343206263051251351376107
Binary11100011100001101011001101010011010110111010010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386B3; }

 p { color: rgb(227,134,179); }

 H1.HeaderClassName
 {
   color: #E386B3;
 }
 .AnyTagClassName
 {
   color: #E386B3;
 }
</style>
background-color css

<style>
 a { background-color: #E386B3; }

 a { background-color: rgb(227,134,179); }

 div.DivClassName
 {
   background-color: #E386B3;
 }
 .BgClassName
 {
   background-color: #E386B3;
 }
</style>
border-color css

<style>
 span { border-color: #E386B3; }

 span { border-color: rgb(227,134,179); }

 td.TdClassName
 {
   border-color: #E386B3;
 }
 .TagClassName
 {
   border-color: #E386B3;
 }
</style>