#e59aa0

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

Shades of Wewak #E59AA0

Tints of Wewak #E59AA0

Color information

#E59AA0 (or 0xE59AA0) is unknown color: approx Wewak. HEX triplet: E5, 9A and A0. RGB value is (229,154,160). Sum of RGB (Red+Green+Blue) = 229+154+160=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AA0 is #1A655F. Grayscale: #B1B1B1. Windows color (decimal): -1729888 or 10525413. OLE color: 10525413.

HSL color Cylindrical-coordinate representation of color #E59AA0: hue angle of 355.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AA0 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229154160-
CMYK00.330.300.10
HSL355.2º59.06%75.1%-
HSV(B)355.2º32.75%89.8%-
XYZ50.2142.3138.78-
YUV177.11118.35165.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.17%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=42.17%
G=28.36%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915416000.330.300.10355.259.0675.1
HexE59AA00211EA1633b4b
Octal345232240041361254373113
Binary11100101100110101010000001000011111010101011000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59aa0; }

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

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

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

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

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

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

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

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