#E4929A

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

Shades of Wewak #E4929A

Tints of Wewak #E4929A

Color information

#E4929A (or 0xE4929A) is unknown color: approx Wewak. HEX triplet: E4, 92 and 9A. RGB value is (228,146,154). Sum of RGB (Red+Green+Blue) = 228+146+154=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E4929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4929A is #1B6D65. Grayscale: #ABABAB. Windows color (decimal): -1797478 or 10130148. OLE color: 10130148.

HSL color Cylindrical-coordinate representation of color #E4929A: hue angle of 354.15º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E4929A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228146154-
CMYK00.360.320.11
HSL354.15º60.29%73.33%-
HSV(B)354.15º35.96%89.41%-
XYZ48.1139.3835.64-
YUV171.43118.17168.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=43.18%
G=27.65%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814615400.360.320.11354.1560.2973.33
HexE4929A02420B1623c49
Octal344222232044401354274111
Binary111001001001001010011010010010010000010111011000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4929A; }

 p { color: rgb(228,146,154); }

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

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

 a { background-color: rgb(228,146,154); }

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

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

 span { border-color: rgb(228,146,154); }

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