#E1979A

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

Shades of Wewak #E1979A

Tints of Wewak #E1979A

Color information

#E1979A (or 0xE1979A) is unknown color: approx Wewak. HEX triplet: E1, 97 and 9A. RGB value is (225,151,154). Sum of RGB (Red+Green+Blue) = 225+151+154=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1979A is #1E6865. Grayscale: #ADADAD. Windows color (decimal): -1992806 or 10131425. OLE color: 10131425.

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

Color convert

RGB225151154-
CMYK00.330.320.12
HSL357.57º55.22%73.73%-
HSV(B)357.57º32.89%88.24%-
XYZ47.9540.4735.86-
YUV173.47117.02164.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=42.45%
G=28.49%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515115400.330.320.12357.5755.2273.73
HexE1979A02120C166374a
Octal341227232041401454667112
Binary111000011001011110011010010000110000011001011001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1979A; }

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

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

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

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

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

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

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

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