#E2939F

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

Shades of Wewak #E2939F

Tints of Wewak #E2939F

Color information

#E2939F (or 0xE2939F) is unknown color: approx Wewak. HEX triplet: E2, 93 and 9F. RGB value is (226,147,159). Sum of RGB (Red+Green+Blue) = 226+147+159=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2939F is #1D6C60. Grayscale: #ACACAC. Windows color (decimal): -1928289 or 10458082. OLE color: 10458082.

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

Color convert

RGB226147159-
CMYK00.350.300.11
HSL350.89º57.66%73.14%-
HSV(B)350.89º34.96%88.63%-
XYZ48.0639.5437.9-
YUV171.99120.67166.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=42.48%
G=27.63%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614715900.350.300.11350.8957.6673.14
HexE2939F0231EB15f3a49
Octal342223237043361353772111
Binary11100010100100111001111101000111111010111010111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2939F; }

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

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

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

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

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

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

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

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