#E596A2

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

Shades of Wewak #E596A2

Tints of Wewak #E596A2

Color information

#E596A2 (or 0xE596A2) is unknown color: approx Wewak. HEX triplet: E5, 96 and A2. RGB value is (229,150,162). Sum of RGB (Red+Green+Blue) = 229+150+162=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A2 is #1A695D. Grayscale: #AFAFAF. Windows color (decimal): -1730910 or 10655461. OLE color: 10655461.

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

Color convert

RGB229150162-
CMYK00.340.290.10
HSL350.89º60.31%74.31%-
HSV(B)350.89º34.5%89.8%-
XYZ49.7441.0839.49-
YUV174.99120.67166.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=42.33%
G=27.73%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915016200.340.290.10350.8960.3174.31
HexE596A20221DA15f3c4a
Octal345226242042351253774112
Binary11100101100101101010001001000101110110101010111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596A2; }

 p { color: rgb(229,150,162); }

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

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

 a { background-color: rgb(229,150,162); }

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

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

 span { border-color: rgb(229,150,162); }

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