#E0929D

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

Shades of Wewak #E0929D

Tints of Wewak #E0929D

Color information

#E0929D (or 0xE0929D) is unknown color: approx Wewak. HEX triplet: E0, 92 and 9D. RGB value is (224,146,157). Sum of RGB (Red+Green+Blue) = 224+146+157=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0929D is #1F6D62. Grayscale: #AAAAAA. Windows color (decimal): -2059619 or 10326752. OLE color: 10326752.

HSL color Cylindrical-coordinate representation of color #E0929D: hue angle of 351.54º degrees, saturation: 0.56, 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 #E0929D is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224146157-
CMYK00.350.300.12
HSL351.54º55.71%72.55%-
HSV(B)351.54º34.82%87.84%-
XYZ47.1138.8436.91-
YUV170.58120.34166.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=42.50%
G=27.70%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414615700.350.300.12351.5455.7172.55
HexE0929D0231EC1603849
Octal340222235043361454070111
Binary11100000100100101001110101000111111011001011000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0929D; }

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

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

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

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

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

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

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

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