#E2929D

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

Shades of Wewak #E2929D

Tints of Wewak #E2929D

Color information

#E2929D (or 0xE2929D) is unknown color: approx Wewak. HEX triplet: E2, 92 and 9D. RGB value is (226,146,157). Sum of RGB (Red+Green+Blue) = 226+146+157=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2929D is #1D6D62. Grayscale: #ABABAB. Windows color (decimal): -1928547 or 10326754. OLE color: 10326754.

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

Color convert

RGB226146157-
CMYK00.350.310.11
HSL351.75º57.97%72.94%-
HSV(B)351.75º35.4%88.63%-
XYZ47.7339.1636.94-
YUV171.17120167.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=42.72%
G=27.60%
B=29.68%

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
Decimal22614615700.350.310.11351.7557.9772.94
HexE2929D0231FB1603a49
Octal342222235043371354072111
Binary11100010100100101001110101000111111110111011000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2929D; }

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

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

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

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

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

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

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

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