#E1929C

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

Shades of Wewak #E1929C

Tints of Wewak #E1929C

Color information

#E1929C (or 0xE1929C) is unknown color: approx Wewak. HEX triplet: E1, 92 and 9C. RGB value is (225,146,156). Sum of RGB (Red+Green+Blue) = 225+146+156=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1929C is #1E6D63. Grayscale: #AAAAAA. Windows color (decimal): -1994084 or 10261217. OLE color: 10261217.

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

Color convert

RGB225146156-
CMYK00.350.310.12
HSL352.41º56.83%72.75%-
HSV(B)352.41º35.11%88.24%-
XYZ47.3338.9736.48-
YUV170.76119.67166.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=42.69%
G=27.70%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514615600.350.310.12352.4156.8372.75
HexE1929C0231FC1603949
Octal341222234043371454071111
Binary11100001100100101001110001000111111111001011000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1929C; }

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

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

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

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

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

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

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

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