#E49DA4

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

Shades of Wewak #E49DA4

Tints of Wewak #E49DA4

Color information

#E49DA4 (or 0xE49DA4) is unknown color: approx Wewak. HEX triplet: E4, 9D and A4. RGB value is (228,157,164). Sum of RGB (Red+Green+Blue) = 228+157+164=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49DA4 is #1B625B. Grayscale: #B3B3B3. Windows color (decimal): -1794652 or 10788324. OLE color: 10788324.

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

Color convert

RGB228157164-
CMYK00.310.280.11
HSL354.08º56.8%75.49%-
HSV(B)354.08º31.14%89.41%-
XYZ50.7543.2940.8-
YUV179.03119.52162.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=41.53%
G=28.60%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815716400.310.280.11354.0856.875.49
HexE49DA401F1CB162394b
Octal344235244037341354271113
Binary1110010010011101101001000111111110010111011000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DA4; }

 p { color: rgb(228,157,164); }

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

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

 a { background-color: rgb(228,157,164); }

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

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

 span { border-color: rgb(228,157,164); }

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