#E1979F

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

Shades of Wewak #E1979F

Tints of Wewak #E1979F

Color information

#E1979F (or 0xE1979F) is unknown color: approx Wewak. HEX triplet: E1, 97 and 9F. RGB value is (225,151,159). Sum of RGB (Red+Green+Blue) = 225+151+159=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1979F is #1E6860. Grayscale: #AEAEAE. Windows color (decimal): -1992801 or 10459105. OLE color: 10459105.

HSL color Cylindrical-coordinate representation of color #E1979F: hue angle of 353.51º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1979F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225151159-
CMYK00.330.290.12
HSL353.51º55.22%73.73%-
HSV(B)353.51º32.89%88.24%-
XYZ48.3840.6438.1-
YUV174.04119.52164.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=42.06%
G=28.22%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515115900.330.290.12353.5155.2273.73
HexE1979F0211DC162374a
Octal341227237041351454267112
Binary11100001100101111001111101000011110111001011000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1979F; }

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

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

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

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

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

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

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

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