#E691A8

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

Shades of Kobi #E691A8

Tints of Kobi #E691A8

Color information

#E691A8 (or 0xE691A8) is unknown color: approx Kobi. HEX triplet: E6, 91 and A8. RGB value is (230,145,168). Sum of RGB (Red+Green+Blue) = 230+145+168=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E691A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691A8 is #196E57. Grayscale: #ADADAD. Windows color (decimal): -1666648 or 11047398. OLE color: 11047398.

HSL color Cylindrical-coordinate representation of color #E691A8: hue angle of 343.76º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691A8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230145168-
CMYK00.370.270.10
HSL343.76º62.96%73.53%-
HSV(B)343.76º36.96%90.2%-
XYZ49.8339.942.12-
YUV173.04125.16168.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=42.36%
G=26.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014516800.370.270.10343.7662.9673.53
HexE691A80251BA1583f4a
Octal346221250045331253077112
Binary11100110100100011010100001001011101110101010110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691A8; }

 p { color: rgb(230,145,168); }

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

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

 a { background-color: rgb(230,145,168); }

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

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

 span { border-color: rgb(230,145,168); }

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