#E5979E

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

Shades of Wewak #E5979E

Tints of Wewak #E5979E

Color information

#E5979E (or 0xE5979E) is unknown color: approx Wewak. HEX triplet: E5, 97 and 9E. RGB value is (229,151,158). Sum of RGB (Red+Green+Blue) = 229+151+158=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5979E is #1A6861. Grayscale: #AFAFAF. Windows color (decimal): -1730658 or 10393573. OLE color: 10393573.

HSL color Cylindrical-coordinate representation of color #E5979E: hue angle of 354.62º 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 #E5979E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229151158-
CMYK00.340.310.10
HSL354.62º60%74.51%-
HSV(B)354.62º34.06%89.8%-
XYZ49.5541.2637.7-
YUV175.12118.34166.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=42.57%
G=28.07%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915115800.340.310.10354.626074.51
HexE5979E0221FA1633c4b
Octal345227236042371254374113
Binary11100101100101111001111001000101111110101011000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5979E; }

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

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

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

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

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

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

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

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