#E5979A

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

Shades of Wewak #E5979A

Tints of Wewak #E5979A

Color information

#E5979A (or 0xE5979A) is unknown color: approx Wewak. HEX triplet: E5, 97 and 9A. RGB value is (229,151,154). Sum of RGB (Red+Green+Blue) = 229+151+154=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5979A is #1A6865. Grayscale: #AEAEAE. Windows color (decimal): -1730662 or 10131429. OLE color: 10131429.

HSL color Cylindrical-coordinate representation of color #E5979A: hue angle of 357.69º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5979A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229151154-
CMYK00.340.330.10
HSL357.69º60%74.51%-
HSV(B)357.69º34.06%89.8%-
XYZ49.2141.1235.92-
YUV174.66116.34166.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=42.88%
G=28.28%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915115400.340.330.10357.696074.51
HexE5979A02221A1663c4b
Octal345227232042411254674113
Binary111001011001011110011010010001010000110101011001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5979A; }

 p { color: rgb(229,151,154); }

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

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

 a { background-color: rgb(229,151,154); }

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

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

 span { border-color: rgb(229,151,154); }

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