#E1959B

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

Shades of Wewak #E1959B

Tints of Wewak #E1959B

Color information

#E1959B (or 0xE1959B) is unknown color: approx Wewak. HEX triplet: E1, 95 and 9B. RGB value is (225,149,155). Sum of RGB (Red+Green+Blue) = 225+149+155=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1959B is #1E6A64. Grayscale: #ACACAC. Windows color (decimal): -1993317 or 10196449. OLE color: 10196449.

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

Color convert

RGB225149155-
CMYK00.340.310.12
HSL355.26º55.88%73.33%-
HSV(B)355.26º33.78%88.24%-
XYZ47.7239.8736.19-
YUV172.41118.18165.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=42.53%
G=28.17%
B=29.30%

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
Decimal22514915500.340.310.12355.2655.8873.33
HexE1959B0221FC1633849
Octal341225233042371454370111
Binary11100001100101011001101101000101111111001011000111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1959B; }

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

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

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

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

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

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

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

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