#E1949B

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

Shades of Wewak #E1949B

Tints of Wewak #E1949B

Color information

#E1949B (or 0xE1949B) is unknown color: approx Wewak. HEX triplet: E1, 94 and 9B. RGB value is (225,148,155). Sum of RGB (Red+Green+Blue) = 225+148+155=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949B is #1E6B64. Grayscale: #ABABAB. Windows color (decimal): -1993573 or 10196193. OLE color: 10196193.

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

Color convert

RGB225148155-
CMYK00.340.310.12
HSL354.55º56.2%73.14%-
HSV(B)354.55º34.22%88.24%-
XYZ47.5639.5536.14-
YUV171.82118.51165.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=42.61%
G=28.03%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514815500.340.310.12354.5556.273.14
HexE1949B0221FC1633849
Octal341224233042371454370111
Binary11100001100101001001101101000101111111001011000111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1949B; }

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

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

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

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

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

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

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

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