#E5979F

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

Shades of Wewak #E5979F

Tints of Wewak #E5979F

Color information

#E5979F (or 0xE5979F) is unknown color: approx Wewak. HEX triplet: E5, 97 and 9F. RGB value is (229,151,159). Sum of RGB (Red+Green+Blue) = 229+151+159=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5979F is #1A6860. Grayscale: #AFAFAF. Windows color (decimal): -1730657 or 10459109. OLE color: 10459109.

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

Color convert

RGB229151159-
CMYK00.340.310.10
HSL353.85º60%74.51%-
HSV(B)353.85º34.06%89.8%-
XYZ49.6441.2938.16-
YUV175.23118.84166.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=42.49%
G=28.01%
B=29.50%

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
Decimal22915115900.340.310.10353.856074.51
HexE5979F0221FA1623c4b
Octal345227237042371254274113
Binary11100101100101111001111101000101111110101011000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5979F; }

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

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

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

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

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

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

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

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