#E4929D

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

Shades of Wewak #E4929D

Tints of Wewak #E4929D

Color information

#E4929D (or 0xE4929D) is unknown color: approx Wewak. HEX triplet: E4, 92 and 9D. RGB value is (228,146,157). Sum of RGB (Red+Green+Blue) = 228+146+157=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E4929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4929D is #1B6D62. Grayscale: #ABABAB. Windows color (decimal): -1797475 or 10326756. OLE color: 10326756.

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

Color convert

RGB228146157-
CMYK00.360.310.11
HSL351.95º60.29%73.33%-
HSV(B)351.95º35.96%89.41%-
XYZ48.3639.4936.97-
YUV171.77119.67168.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=42.94%
G=27.50%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814615700.360.310.11351.9560.2973.33
HexE4929D0241FB1603c49
Octal344222235044371354074111
Binary11100100100100101001110101001001111110111011000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4929D; }

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

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

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

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

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

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

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

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