#E682AB

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

Shades of Kobi #E682AB

Tints of Kobi #E682AB

Color information

#E682AB (or 0xE682AB) is unknown color: approx Kobi. HEX triplet: E6, 82 and AB. RGB value is (230,130,171). Sum of RGB (Red+Green+Blue) = 230+130+171=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E682AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E682AB is #197D54. Grayscale: #A4A4A4. Windows color (decimal): -1670485 or 11240166. OLE color: 11240166.

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

Color convert

RGB230130171-
CMYK00.430.260.10
HSL335.4º66.67%70.59%-
HSV(B)335.4º43.48%90.2%-
XYZ47.9735.7342.9-
YUV164.57131.63174.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=43.31%
G=24.48%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013017100.430.260.10335.466.6770.59
HexE682AB02B1AA14f4347
Octal3462022530533212517103107
Binary111001101000001010101011010101111010101010100111110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682AB; }

 p { color: rgb(230,130,171); }

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

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

 a { background-color: rgb(230,130,171); }

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

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

 span { border-color: rgb(230,130,171); }

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