#E8959D

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

Shades of Wewak #E8959D

Tints of Wewak #E8959D

Color information

#E8959D (or 0xE8959D) is unknown color: approx Wewak. HEX triplet: E8, 95 and 9D. RGB value is (232,149,157). Sum of RGB (Red+Green+Blue) = 232+149+157=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8959D is #176A62. Grayscale: #AEAEAE. Windows color (decimal): -1534563 or 10327528. OLE color: 10327528.

HSL color Cylindrical-coordinate representation of color #E8959D: hue angle of 354.22º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8959D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232149157-
CMYK00.360.320.09
HSL354.22º64.34%74.71%-
HSV(B)354.22º35.78%90.98%-
XYZ50.1141.0937.19-
YUV174.73118168.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.12%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=43.12%
G=27.70%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214915700.360.320.09354.2264.3474.71
HexE8959D024209162404b
Octal3502252350444011542100113
Binary1110100010010101100111010100100100000100110110001010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8959D; }

 p { color: rgb(232,149,157); }

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

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

 a { background-color: rgb(232,149,157); }

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

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

 span { border-color: rgb(232,149,157); }

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