#E69596

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

Shades of Wewak #E69596

Tints of Wewak #E69596

Color information

#E69596 (or 0xE69596) is unknown color: approx Wewak. HEX triplet: E6, 95 and 96. RGB value is (230,149,150). Sum of RGB (Red+Green+Blue) = 230+149+150=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69596 is #196A69. Grayscale: #ADADAD. Windows color (decimal): -1665642 or 9868774. OLE color: 9868774.

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

Color convert

RGB230149150-
CMYK00.350.350.10
HSL359.26º61.83%74.31%-
HSV(B)359.26º35.22%90.2%-
XYZ48.8940.5234.1-
YUV173.33114.84168.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=43.48%
G=28.17%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014915000.350.350.10359.2661.8374.31
HexE6959602323A1673e4a
Octal346225226043431254776112
Binary111001101001010110010110010001110001110101011001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69596; }

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

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

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

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

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

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

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

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