#E2939A

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

Shades of Wewak #E2939A

Tints of Wewak #E2939A

Color information

#E2939A (or 0xE2939A) is unknown color: approx Wewak. HEX triplet: E2, 93 and 9A. RGB value is (226,147,154). Sum of RGB (Red+Green+Blue) = 226+147+154=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2939A is #1D6C65. Grayscale: #ABABAB. Windows color (decimal): -1928294 or 10130402. OLE color: 10130402.

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

Color convert

RGB226147154-
CMYK00.350.320.11
HSL354.68º57.66%73.14%-
HSV(B)354.68º34.96%88.63%-
XYZ47.6339.3735.66-
YUV171.42118.17166.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=42.88%
G=27.89%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614715400.350.320.11354.6857.6673.14
HexE2939A02320B1633a49
Octal342223232043401354372111
Binary111000101001001110011010010001110000010111011000111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2939A; }

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

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

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

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

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

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

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

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