#E29293

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

Shades of Wewak #E29293

Tints of Wewak #E29293

Color information

#E29293 (or 0xE29293) is unknown color: approx Wewak. HEX triplet: E2, 92 and 93. RGB value is (226,146,147). Sum of RGB (Red+Green+Blue) = 226+146+147=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E29293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29293 is #1D6D6C. Grayscale: #AAAAAA. Windows color (decimal): -1928557 or 9671394. OLE color: 9671394.

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

Color convert

RGB226146147-
CMYK00.350.350.11
HSL359.25º57.97%72.94%-
HSV(B)359.25º35.4%88.63%-
XYZ46.9138.8332.63-
YUV170.03115167.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=43.55%
G=28.13%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614614700.350.350.11359.2557.9772.94
HexE2929302323B1673a49
Octal342222223043431354772111
Binary111000101001001010010011010001110001110111011001111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29293; }

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

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

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

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

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

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

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

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