#E49EA1

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

Shades of Wewak #E49EA1

Tints of Wewak #E49EA1

Color information

#E49EA1 (or 0xE49EA1) is unknown color: approx Wewak. HEX triplet: E4, 9E and A1. RGB value is (228,158,161). Sum of RGB (Red+Green+Blue) = 228+158+161=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49EA1 is #1B615E. Grayscale: #B3B3B3. Windows color (decimal): -1794399 or 10591972. OLE color: 10591972.

HSL color Cylindrical-coordinate representation of color #E49EA1: hue angle of 357.43º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EA1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB228158161-
CMYK00.310.290.11
HSL357.43º56.45%75.69%-
HSV(B)357.43º30.7%89.41%-
XYZ50.6543.5239.45-
YUV179.27117.69162.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=41.68%
G=28.88%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815816100.310.290.11357.4356.4575.69
HexE49EA101F1DB165384c
Octal344236241037351354570114
Binary1110010010011110101000010111111110110111011001011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EA1; }

 p { color: rgb(228,158,161); }

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

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

 a { background-color: rgb(228,158,161); }

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

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

 span { border-color: rgb(228,158,161); }

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