#E1949C

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

Shades of Wewak #E1949C

Tints of Wewak #E1949C

Color information

#E1949C (or 0xE1949C) is unknown color: approx Wewak. HEX triplet: E1, 94 and 9C. RGB value is (225,148,156). Sum of RGB (Red+Green+Blue) = 225+148+156=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949C is #1E6B63. Grayscale: #ABABAB. Windows color (decimal): -1993572 or 10261729. OLE color: 10261729.

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

Color convert

RGB225148156-
CMYK00.340.310.12
HSL353.77º56.2%73.14%-
HSV(B)353.77º34.22%88.24%-
XYZ47.6439.5936.58-
YUV171.93119.01165.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=42.53%
G=27.98%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514815600.340.310.12353.7756.273.14
HexE1949C0221FC1623849
Octal341224234042371454270111
Binary11100001100101001001110001000101111111001011000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1949C; }

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

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

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

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

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

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

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

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