#E686A6

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

Shades of Kobi #E686A6

Tints of Kobi #E686A6

Color information

#E686A6 (or 0xE686A6) is unknown color: approx Kobi. HEX triplet: E6, 86 and A6. RGB value is (230,134,166). Sum of RGB (Red+Green+Blue) = 230+134+166=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E686A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686A6 is #197959. Grayscale: #A6A6A6. Windows color (decimal): -1669466 or 10913510. OLE color: 10913510.

HSL color Cylindrical-coordinate representation of color #E686A6: hue angle of 340º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686A6 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB230134166-
CMYK00.420.280.10
HSL340º65.75%71.37%-
HSV(B)340º41.74%90.2%-
XYZ48.0436.6340.61-
YUV166.35127.8173.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=43.40%
G=25.28%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013416600.420.280.1034065.7571.37
HexE686A602A1CA1544247
Octal3462062460523412524102107
Binary111001101000011010100110010101011100101010101010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E686A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E686A6; }

 p { color: rgb(230,134,166); }

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

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

 a { background-color: rgb(230,134,166); }

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

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

 span { border-color: rgb(230,134,166); }

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