#E29296

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

Shades of Wewak #E29296

Tints of Wewak #E29296

Color information

#E29296 (or 0xE29296) is unknown color: approx Wewak. HEX triplet: E2, 92 and 96. RGB value is (226,146,150). Sum of RGB (Red+Green+Blue) = 226+146+150=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29296 is #1D6D69. Grayscale: #AAAAAA. Windows color (decimal): -1928554 or 9868002. OLE color: 9868002.

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

Color convert

RGB226146150-
CMYK00.350.340.11
HSL357º57.97%72.94%-
HSV(B)357º35.4%88.63%-
XYZ47.1538.9333.88-
YUV170.38116.5167.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=43.30%
G=27.97%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614615000.350.340.1135757.9772.94
HexE2929602322B1653a49
Octal342222226043421354572111
Binary111000101001001010010110010001110001010111011001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29296; }

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

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

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

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

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

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

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

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