#E1949F

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

Shades of Wewak #E1949F

Tints of Wewak #E1949F

Color information

#E1949F (or 0xE1949F) is unknown color: approx Wewak. HEX triplet: E1, 94 and 9F. RGB value is (225,148,159). Sum of RGB (Red+Green+Blue) = 225+148+159=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949F is #1E6B60. Grayscale: #ACACAC. Windows color (decimal): -1993569 or 10458337. OLE color: 10458337.

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

Color convert

RGB225148159-
CMYK00.340.290.12
HSL351.43º56.2%73.14%-
HSV(B)351.43º34.22%88.24%-
XYZ47.939.6937.94-
YUV172.28120.51165.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=42.29%
G=27.82%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514815900.340.290.12351.4356.273.14
HexE1949F0221DC15f3849
Octal341224237042351453770111
Binary11100001100101001001111101000101110111001010111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1949F; }

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

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

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

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

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

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

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

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