#E1939F

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

Shades of Wewak #E1939F

Tints of Wewak #E1939F

Color information

#E1939F (or 0xE1939F) is unknown color: approx Wewak. HEX triplet: E1, 93 and 9F. RGB value is (225,147,159). Sum of RGB (Red+Green+Blue) = 225+147+159=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1939F is #1E6C60. Grayscale: #ABABAB. Windows color (decimal): -1993825 or 10458081. OLE color: 10458081.

HSL color Cylindrical-coordinate representation of color #E1939F: hue angle of 350.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1939F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225147159-
CMYK00.350.290.12
HSL350.77º56.52%72.94%-
HSV(B)350.77º34.67%88.24%-
XYZ47.7439.3837.89-
YUV171.69120.84166.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=42.37%
G=27.68%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514715900.350.290.12350.7756.5272.94
HexE1939F0231DC15f3949
Octal341223237043351453771111
Binary11100001100100111001111101000111110111001010111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1939F; }

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

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

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

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

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

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

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

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