#E2959C

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

Shades of Wewak #E2959C

Tints of Wewak #E2959C

Color information

#E2959C (or 0xE2959C) is unknown color: approx Wewak. HEX triplet: E2, 95 and 9C. RGB value is (226,149,156). Sum of RGB (Red+Green+Blue) = 226+149+156=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959C is #1D6A63. Grayscale: #ACACAC. Windows color (decimal): -1927780 or 10261986. OLE color: 10261986.

HSL color Cylindrical-coordinate representation of color #E2959C: hue angle of 354.55º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2959C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226149156-
CMYK00.340.310.11
HSL354.55º57.04%73.53%-
HSV(B)354.55º34.07%88.63%-
XYZ48.1140.0636.65-
YUV172.82118.51165.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=42.56%
G=28.06%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614915600.340.310.11354.5557.0473.53
HexE2959C0221FB163394a
Octal342225234042371354371112
Binary11100010100101011001110001000101111110111011000111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2959C; }

 p { color: rgb(226,149,156); }

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

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

 a { background-color: rgb(226,149,156); }

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

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

 span { border-color: rgb(226,149,156); }

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