#E2979C

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

Shades of Wewak #E2979C

Tints of Wewak #E2979C

Color information

#E2979C (or 0xE2979C) is unknown color: approx Wewak. HEX triplet: E2, 97 and 9C. RGB value is (226,151,156). Sum of RGB (Red+Green+Blue) = 226+151+156=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2979C is #1D6863. Grayscale: #AEAEAE. Windows color (decimal): -1927268 or 10262498. OLE color: 10262498.

HSL color Cylindrical-coordinate representation of color #E2979C: hue angle of 356º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2979C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226151156-
CMYK00.330.310.11
HSL356º56.39%73.92%-
HSV(B)356º33.19%88.63%-
XYZ48.4340.736.76-
YUV174117.85165.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=42.40%
G=28.33%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615115600.330.310.1135656.3973.92
HexE2979C0211FB164384a
Octal342227234041371354470112
Binary11100010100101111001110001000011111110111011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2979C; }

 p { color: rgb(226,151,156); }

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

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

 a { background-color: rgb(226,151,156); }

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

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

 span { border-color: rgb(226,151,156); }

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