#E3949C

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

Shades of Wewak #E3949C

Tints of Wewak #E3949C

Color information

#E3949C (or 0xE3949C) is unknown color: approx Wewak. HEX triplet: E3, 94 and 9C. RGB value is (227,148,156). Sum of RGB (Red+Green+Blue) = 227+148+156=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3949C is #1C6B63. Grayscale: #ACACAC. Windows color (decimal): -1862500 or 10261731. OLE color: 10261731.

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

Color convert

RGB227148156-
CMYK00.350.310.11
HSL353.92º58.52%73.53%-
HSV(B)353.92º34.8%89.02%-
XYZ48.2739.9136.61-
YUV172.53118.67166.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=42.75%
G=27.87%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714815600.350.310.11353.9258.5273.53
HexE3949C0231FB1623b4a
Octal343224234043371354273112
Binary11100011100101001001110001000111111110111011000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3949C; }

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

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

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

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

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

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

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

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