#E1979E

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

Shades of Wewak #E1979E

Tints of Wewak #E1979E

Color information

#E1979E (or 0xE1979E) is unknown color: approx Wewak. HEX triplet: E1, 97 and 9E. RGB value is (225,151,158). Sum of RGB (Red+Green+Blue) = 225+151+158=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1979E is #1E6861. Grayscale: #ADADAD. Windows color (decimal): -1992802 or 10393569. OLE color: 10393569.

HSL color Cylindrical-coordinate representation of color #E1979E: hue angle of 354.32º 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 #E1979E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225151158-
CMYK00.330.300.12
HSL354.32º55.22%73.73%-
HSV(B)354.32º32.89%88.24%-
XYZ48.2940.6137.64-
YUV173.92119.02164.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=42.13%
G=28.28%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515115800.330.300.12354.3255.2273.73
HexE1979E0211EC162374a
Octal341227236041361454267112
Binary11100001100101111001111001000011111011001011000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1979E; }

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

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

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

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

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

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

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

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