#E685AA

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

Shades of Kobi #E685AA

Tints of Kobi #E685AA

Color information

#E685AA (or 0xE685AA) is unknown color: approx Kobi. HEX triplet: E6, 85 and AA. RGB value is (230,133,170). Sum of RGB (Red+Green+Blue) = 230+133+170=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E685AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685AA is #197A55. Grayscale: #A6A6A6. Windows color (decimal): -1669718 or 11175398. OLE color: 11175398.

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

Color convert

RGB230133170-
CMYK00.420.260.10
HSL337.11º65.99%71.18%-
HSV(B)337.11º42.17%90.2%-
XYZ48.2836.542.53-
YUV166.22130.14173.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=43.15%
G=24.95%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013317000.420.260.10337.1165.9971.18
HexE685AA02A1AA1514247
Octal3462052520523212521102107
Binary111001101000010110101010010101011010101010101000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685AA; }

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

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

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

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

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

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

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

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