#E0959C

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

Shades of Wewak #E0959C

Tints of Wewak #E0959C

Color information

#E0959C (or 0xE0959C) is unknown color: approx Wewak. HEX triplet: E0, 95 and 9C. RGB value is (224,149,156). Sum of RGB (Red+Green+Blue) = 224+149+156=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959C is #1F6A63. Grayscale: #ACACAC. Windows color (decimal): -2058852 or 10261984. OLE color: 10261984.

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

Color convert

RGB224149156-
CMYK00.330.300.12
HSL354.4º54.74%73.14%-
HSV(B)354.4º33.48%87.84%-
XYZ47.4939.7436.62-
YUV172.22118.85164.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=42.34%
G=28.17%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414915600.330.300.12354.454.7473.14
HexE0959C0211EC1623749
Octal340225234041361454267111
Binary11100000100101011001110001000011111011001011000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0959C; }

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

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

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

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

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

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

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

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