#E0989F

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

Shades of Wewak #E0989F

Tints of Wewak #E0989F

Color information

#E0989F (or 0xE0989F) is unknown color: approx Wewak. HEX triplet: E0, 98 and 9F. RGB value is (224,152,159). Sum of RGB (Red+Green+Blue) = 224+152+159=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0989F is #1F6760. Grayscale: #AEAEAE. Windows color (decimal): -2058081 or 10459360. OLE color: 10459360.

HSL color Cylindrical-coordinate representation of color #E0989F: hue angle of 354.17º 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 #E0989F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224152159-
CMYK00.320.290.12
HSL354.17º53.73%73.73%-
HSV(B)354.17º32.14%87.84%-
XYZ48.2340.8138.14-
YUV174.33119.35163.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=41.87%
G=28.41%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415215900.320.290.12354.1753.7373.73
HexE0989F0201DC162364a
Octal340230237040351454266112
Binary11100000100110001001111101000001110111001011000101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0989F; }

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

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

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

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

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

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

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

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