#E0989B

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

Shades of Wewak #E0989B

Tints of Wewak #E0989B

Color information

#E0989B (or 0xE0989B) is unknown color: approx Wewak. HEX triplet: E0, 98 and 9B. RGB value is (224,152,155). Sum of RGB (Red+Green+Blue) = 224+152+155=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0989B is #1F6764. Grayscale: #ADADAD. Windows color (decimal): -2058085 or 10197216. OLE color: 10197216.

HSL color Cylindrical-coordinate representation of color #E0989B: hue angle of 357.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0989B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224152155-
CMYK00.320.310.12
HSL357.5º53.73%73.73%-
HSV(B)357.5º32.14%87.84%-
XYZ47.8940.6736.34-
YUV173.87117.35163.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=42.18%
G=28.63%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415215500.320.310.12357.553.7373.73
HexE0989B0201FC166364a
Octal340230233040371454666112
Binary11100000100110001001101101000001111111001011001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0989B; }

 p { color: rgb(224,152,155); }

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

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

 a { background-color: rgb(224,152,155); }

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

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

 span { border-color: rgb(224,152,155); }

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