#E29B9F

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

Shades of Wewak #E29B9F

Tints of Wewak #E29B9F

Color information

#E29B9F (or 0xE29B9F) is unknown color: approx Wewak. HEX triplet: E2, 9B and 9F. RGB value is (226,155,159). Sum of RGB (Red+Green+Blue) = 226+155+159=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B9F is #1D6460. Grayscale: #B0B0B0. Windows color (decimal): -1926241 or 10460130. OLE color: 10460130.

HSL color Cylindrical-coordinate representation of color #E29B9F: hue angle of 356.62º degrees, saturation: 0.55, 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 #E29B9F is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226155159-
CMYK00.310.300.11
HSL356.62º55.04%74.71%-
HSV(B)356.62º31.42%88.63%-
XYZ49.3442.1138.33-
YUV176.68118.02163.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=41.85%
G=28.70%
B=29.44%

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
Decimal22615515900.310.300.11356.6255.0474.71
HexE29B9F01F1EB165374b
Octal342233237037361354567113
Binary1110001010011011100111110111111111010111011001011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29B9F; }

 p { color: rgb(226,155,159); }

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

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

 a { background-color: rgb(226,155,159); }

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

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

 span { border-color: rgb(226,155,159); }

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