#E685A6

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

Shades of Kobi #E685A6

Tints of Kobi #E685A6

Color information

#E685A6 (or 0xE685A6) is unknown color: approx Kobi. HEX triplet: E6, 85 and A6. RGB value is (230,133,166). Sum of RGB (Red+Green+Blue) = 230+133+166=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A6 is #197A59. Grayscale: #A5A5A5. Windows color (decimal): -1669722 or 10913254. OLE color: 10913254.

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

Color convert

RGB230133166-
CMYK00.420.280.10
HSL339.59º65.99%71.18%-
HSV(B)339.59º42.17%90.2%-
XYZ47.936.3540.57-
YUV165.76128.14173.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=43.48%
G=25.14%
B=31.38%

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
Decimal23013316600.420.280.10339.5965.9971.18
HexE685A602A1CA1544247
Octal3462052460523412524102107
Binary111001101000010110100110010101011100101010101010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685A6; }

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

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

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

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

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

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

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

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