#E596A0

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

Shades of Wewak #E596A0

Tints of Wewak #E596A0

Color information

#E596A0 (or 0xE596A0) is unknown color: approx Wewak. HEX triplet: E5, 96 and A0. RGB value is (229,150,160). Sum of RGB (Red+Green+Blue) = 229+150+160=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A0 is #1A695F. Grayscale: #AEAEAE. Windows color (decimal): -1730912 or 10524389. OLE color: 10524389.

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

Color convert

RGB229150160-
CMYK00.340.300.10
HSL352.41º60.31%74.31%-
HSV(B)352.41º34.5%89.8%-
XYZ49.5641.0138.56-
YUV174.76119.67166.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=42.49%
G=27.83%
B=29.68%

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
Decimal22915016000.340.300.10352.4160.3174.31
HexE596A00221EA1603c4a
Octal345226240042361254074112
Binary11100101100101101010000001000101111010101011000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596A0; }

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

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

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

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

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

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

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

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