#E596A1

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

Shades of Wewak #E596A1

Tints of Wewak #E596A1

Color information

#E596A1 (or 0xE596A1) is unknown color: approx Wewak. HEX triplet: E5, 96 and A1. RGB value is (229,150,161). Sum of RGB (Red+Green+Blue) = 229+150+161=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A1 is #1A695E. Grayscale: #AEAEAE. Windows color (decimal): -1730911 or 10589925. OLE color: 10589925.

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

Color convert

RGB229150161-
CMYK00.340.300.10
HSL351.65º60.31%74.31%-
HSV(B)351.65º34.5%89.8%-
XYZ49.6541.0439.02-
YUV174.88120.17166.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=42.41%
G=27.78%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915016100.340.300.10351.6560.3174.31
HexE596A10221EA1603c4a
Octal345226241042361254074112
Binary11100101100101101010000101000101111010101011000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596A1; }

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

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

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

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

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

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

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

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