#E680AC

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

Shades of Kobi #E680AC

Tints of Kobi #E680AC

Color information

#E680AC (or 0xE680AC) is unknown color: approx Kobi. HEX triplet: E6, 80 and AC. RGB value is (230,128,172). Sum of RGB (Red+Green+Blue) = 230+128+172=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E680AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680AC is #197F53. Grayscale: #A3A3A3. Windows color (decimal): -1670996 or 11305190. OLE color: 11305190.

HSL color Cylindrical-coordinate representation of color #E680AC: hue angle of 334.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680AC is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230128172-
CMYK00.440.250.10
HSL334.12º67.11%70.2%-
HSV(B)334.12º44.35%90.2%-
XYZ47.835.2443.31-
YUV163.51132.79175.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=43.40%
G=24.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012817200.440.250.10334.1267.1170.2
HexE680AC02C19A14e4346
Octal3462002540543112516103106
Binary111001101000000010101100010110011001101010100111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680AC; }

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

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

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

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

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

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

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

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