#E6959C

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

Shades of Wewak #E6959C

Tints of Wewak #E6959C

Color information

#E6959C (or 0xE6959C) is unknown color: approx Wewak. HEX triplet: E6, 95 and 9C. RGB value is (230,149,156). Sum of RGB (Red+Green+Blue) = 230+149+156=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6959C is #196A63. Grayscale: #AEAEAE. Windows color (decimal): -1665636 or 10261990. OLE color: 10261990.

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

Color convert

RGB230149156-
CMYK00.350.320.10
HSL354.81º61.83%74.31%-
HSV(B)354.81º35.22%90.2%-
XYZ49.3840.7236.71-
YUV174.02117.84167.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=42.99%
G=27.85%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014915600.350.320.10354.8161.8374.31
HexE6959C02320A1633e4a
Octal346225234043401254376112
Binary111001101001010110011100010001110000010101011000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6959C; }

 p { color: rgb(230,149,156); }

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

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

 a { background-color: rgb(230,149,156); }

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

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

 span { border-color: rgb(230,149,156); }

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