#E688A4

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

Shades of Kobi #E688A4

Tints of Kobi #E688A4

Color information

#E688A4 (or 0xE688A4) is unknown color: approx Kobi. HEX triplet: E6, 88 and A4. RGB value is (230,136,164). Sum of RGB (Red+Green+Blue) = 230+136+164=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E688A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E688A4 is #19775B. Grayscale: #A7A7A7. Windows color (decimal): -1668956 or 10782950. OLE color: 10782950.

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

Color convert

RGB230136164-
CMYK00.410.290.10
HSL342.13º65.28%71.76%-
HSV(B)342.13º40.87%90.2%-
XYZ48.1437.1139.75-
YUV167.3126.14172.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=43.40%
G=25.66%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013616400.410.290.10342.1365.2871.76
HexE688A40291DA1564148
Octal3462102440513512526101110
Binary111001101000100010100100010100111101101010101011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E688A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E688A4; }

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

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

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

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

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

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

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

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