#E6959D

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

Shades of Wewak #E6959D

Tints of Wewak #E6959D

Color information

#E6959D (or 0xE6959D) is unknown color: approx Wewak. HEX triplet: E6, 95 and 9D. RGB value is (230,149,157). Sum of RGB (Red+Green+Blue) = 230+149+157=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6959D is #196A62. Grayscale: #AEAEAE. Windows color (decimal): -1665635 or 10327526. OLE color: 10327526.

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

Color convert

RGB230149157-
CMYK00.350.320.10
HSL354.07º61.83%74.31%-
HSV(B)354.07º35.22%90.2%-
XYZ49.4740.7537.16-
YUV174.13118.34167.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=42.91%
G=27.80%
B=29.29%

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
Decimal23014915700.350.320.10354.0761.8374.31
HexE6959D02320A1623e4a
Octal346225235043401254276112
Binary111001101001010110011101010001110000010101011000101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6959D; }

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

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

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

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

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

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

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

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