#E686AC

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

Shades of Kobi #E686AC

Tints of Kobi #E686AC

Color information

#E686AC (or 0xE686AC) is unknown color: approx Kobi. HEX triplet: E6, 86 and AC. RGB value is (230,134,172). Sum of RGB (Red+Green+Blue) = 230+134+172=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AC is #197953. Grayscale: #A6A6A6. Windows color (decimal): -1669460 or 11306726. OLE color: 11306726.

HSL color Cylindrical-coordinate representation of color #E686AC: hue angle of 336.25º 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 #E686AC is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230134172-
CMYK00.420.250.10
HSL336.25º65.75%71.37%-
HSV(B)336.25º41.74%90.2%-
XYZ48.636.8543.58-
YUV167.04130.8172.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=42.91%
G=25%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013417200.420.250.10336.2565.7571.37
HexE686AC02A19A1504247
Octal3462062540523112520102107
Binary111001101000011010101100010101011001101010101000010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E686AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E686AC; }

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

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

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

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

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

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

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

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