#E29D9E

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

Shades of Wewak #E29D9E

Tints of Wewak #E29D9E

Color information

#E29D9E (or 0xE29D9E) is unknown color: approx Wewak. HEX triplet: E2, 9D and 9E. RGB value is (226,157,158). Sum of RGB (Red+Green+Blue) = 226+157+158=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D9E is #1D6261. Grayscale: #B1B1B1. Windows color (decimal): -1925730 or 10395106. OLE color: 10395106.

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

Color convert

RGB226157158-
CMYK00.310.300.11
HSL359.13º54.33%75.1%-
HSV(B)359.13º30.53%88.63%-
XYZ49.5942.7537.99-
YUV177.74116.86162.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=41.77%
G=29.02%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615715800.310.300.11359.1354.3375.1
HexE29D9E01F1EB167364b
Octal342235236037361354766113
Binary1110001010011101100111100111111111010111011001111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D9E; }

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

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

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

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

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

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

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

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