#E7949C

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

Shades of Wewak #E7949C

Tints of Wewak #E7949C

Color information

#E7949C (or 0xE7949C) is unknown color: approx Wewak. HEX triplet: E7, 94 and 9C. RGB value is (231,148,156). Sum of RGB (Red+Green+Blue) = 231+148+156=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7949C is #186B63. Grayscale: #ADADAD. Windows color (decimal): -1600356 or 10261735. OLE color: 10261735.

HSL color Cylindrical-coordinate representation of color #E7949C: hue angle of 354.22º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7949C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231148156-
CMYK00.360.320.09
HSL354.22º63.36%74.31%-
HSV(B)354.22º35.93%90.59%-
XYZ49.5540.5736.67-
YUV173.73118168.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=43.18%
G=27.66%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114815600.360.320.09354.2263.3674.31
HexE7949C0242091623f4a
Octal347224234044401154277112
Binary111001111001010010011100010010010000010011011000101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7949C; }

 p { color: rgb(231,148,156); }

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

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

 a { background-color: rgb(231,148,156); }

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

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

 span { border-color: rgb(231,148,156); }

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