#E2989D

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

Shades of Wewak #E2989D

Tints of Wewak #E2989D

Color information

#E2989D (or 0xE2989D) is unknown color: approx Wewak. HEX triplet: E2, 98 and 9D. RGB value is (226,152,157). Sum of RGB (Red+Green+Blue) = 226+152+157=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989D is #1D6762. Grayscale: #AEAEAE. Windows color (decimal): -1927011 or 10328290. OLE color: 10328290.

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

Color convert

RGB226152157-
CMYK00.330.310.11
HSL355.95º56.06%74.12%-
HSV(B)355.95º32.74%88.63%-
XYZ48.6841.0637.26-
YUV174.7118.02164.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=42.24%
G=28.41%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615215700.330.310.11355.9556.0674.12
HexE2989D0211FB164384a
Octal342230235041371354470112
Binary11100010100110001001110101000011111110111011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2989D; }

 p { color: rgb(226,152,157); }

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

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

 a { background-color: rgb(226,152,157); }

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

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

 span { border-color: rgb(226,152,157); }

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