#E2939B

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

Shades of Wewak #E2939B

Tints of Wewak #E2939B

Color information

#E2939B (or 0xE2939B) is unknown color: approx Wewak. HEX triplet: E2, 93 and 9B. RGB value is (226,147,155). Sum of RGB (Red+Green+Blue) = 226+147+155=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2939B is #1D6C64. Grayscale: #ABABAB. Windows color (decimal): -1928293 or 10195938. OLE color: 10195938.

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

Color convert

RGB226147155-
CMYK00.350.310.11
HSL353.92º57.66%73.14%-
HSV(B)353.92º34.96%88.63%-
XYZ47.7139.436.1-
YUV171.53118.67166.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=42.80%
G=27.84%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614715500.350.310.11353.9257.6673.14
HexE2939B0231FB1623a49
Octal342223233043371354272111
Binary11100010100100111001101101000111111110111011000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2939B; }

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

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

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

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

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

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

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

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