#E7959D

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

Shades of Wewak #E7959D

Tints of Wewak #E7959D

Color information

#E7959D (or 0xE7959D) is unknown color: approx Wewak. HEX triplet: E7, 95 and 9D. RGB value is (231,149,157). Sum of RGB (Red+Green+Blue) = 231+149+157=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7959D is #186A62. Grayscale: #AEAEAE. Windows color (decimal): -1600099 or 10327527. OLE color: 10327527.

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

Color convert

RGB231149157-
CMYK00.350.320.09
HSL354.15º63.08%74.51%-
HSV(B)354.15º35.5%90.59%-
XYZ49.7940.9237.17-
YUV174.43118.17168.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=43.02%
G=27.75%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114915700.350.320.09354.1563.0874.51
HexE7959D0232091623f4b
Octal347225235043401154277113
Binary111001111001010110011101010001110000010011011000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7959D; }

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

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

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

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

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

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

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

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