#E3949D

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

Shades of Wewak #E3949D

Tints of Wewak #E3949D

Color information

#E3949D (or 0xE3949D) is unknown color: approx Wewak. HEX triplet: E3, 94 and 9D. RGB value is (227,148,157). Sum of RGB (Red+Green+Blue) = 227+148+157=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E3949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3949D is #1C6B62. Grayscale: #ACACAC. Windows color (decimal): -1862499 or 10327267. OLE color: 10327267.

HSL color Cylindrical-coordinate representation of color #E3949D: hue angle of 353.16º 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 #E3949D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB227148157-
CMYK00.350.310.11
HSL353.16º58.52%73.53%-
HSV(B)353.16º34.8%89.02%-
XYZ48.3539.9537.06-
YUV172.65119.17166.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.67%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=42.67%
G=27.82%
B=29.51%

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
Decimal22714815700.350.310.11353.1658.5273.53
HexE3949D0231FB1613b4a
Octal343224235043371354173112
Binary11100011100101001001110101000111111110111011000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3949D; }

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

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

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

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

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

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

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

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