#E9A1A2

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

Shades of Wewak #E9A1A2

Tints of Wewak #E9A1A2

Color information

#E9A1A2 (or 0xE9A1A2) is unknown color: approx Wewak. HEX triplet: E9, A1 and A2. RGB value is (233,161,162). Sum of RGB (Red+Green+Blue) = 233+161+162=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A1A2 is #165E5D. Grayscale: #B6B6B6. Windows color (decimal): -1465950 or 10658281. OLE color: 10658281.

HSL color Cylindrical-coordinate representation of color #E9A1A2: hue angle of 359.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A1A2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233161162-
CMYK00.310.300.09
HSL359.17º62.07%77.25%-
HSV(B)359.17º30.9%91.37%-
XYZ52.8745.4240.16-
YUV182.64116.35163.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 162 (63.67% from 255) = 29.14%
R=41.91%
G=28.96%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316116200.310.300.09359.1762.0777.25
HexE9A1A201F1E91673e4d
Octal351241242037361154776115
Binary1110100110100001101000100111111111010011011001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A1A2; }

 p { color: rgb(233,161,162); }

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

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

 a { background-color: rgb(233,161,162); }

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

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

 span { border-color: rgb(233,161,162); }

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