#E680AA

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

Shades of Kobi #E680AA

Tints of Kobi #E680AA

Color information

#E680AA (or 0xE680AA) is unknown color: approx Kobi. HEX triplet: E6, 80 and AA. RGB value is (230,128,170). Sum of RGB (Red+Green+Blue) = 230+128+170=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E680AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680AA is #197F55. Grayscale: #A3A3A3. Windows color (decimal): -1670998 or 11174118. OLE color: 11174118.

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

Color convert

RGB230128170-
CMYK00.440.260.10
HSL335.29º67.11%70.2%-
HSV(B)335.29º44.35%90.2%-
XYZ47.6135.1642.31-
YUV163.29131.79175.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=43.56%
G=24.24%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012817000.440.260.10335.2967.1170.2
HexE680AA02C1AA14f4346
Octal3462002520543212517103106
Binary111001101000000010101010010110011010101010100111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680AA; }

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

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

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

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

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

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

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

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