#E688AA

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

Shades of Kobi #E688AA

Tints of Kobi #E688AA

Color information

#E688AA (or 0xE688AA) is unknown color: approx Kobi. HEX triplet: E6, 88 and AA. RGB value is (230,136,170). Sum of RGB (Red+Green+Blue) = 230+136+170=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E688AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E688AA is #197755. Grayscale: #A7A7A7. Windows color (decimal): -1668950 or 11176166. OLE color: 11176166.

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

Color convert

RGB230136170-
CMYK00.410.260.10
HSL338.3º65.28%71.76%-
HSV(B)338.3º40.87%90.2%-
XYZ48.6937.3342.67-
YUV167.98129.14172.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=42.91%
G=25.37%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013617000.410.260.10338.365.2871.76
HexE688AA0291AA1524148
Octal3462102520513212522101110
Binary111001101000100010101010010100111010101010101001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E688AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E688AA; }

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

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

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

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

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

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

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

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