#EA979C

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

Shades of Wewak #EA979C

Tints of Wewak #EA979C

Color information

#EA979C (or 0xEA979C) is unknown color: approx Wewak. HEX triplet: EA, 97 and 9C. RGB value is (234,151,156). Sum of RGB (Red+Green+Blue) = 234+151+156=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA979C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA979C is #156863. Grayscale: #B0B0B0. Windows color (decimal): -1402980 or 10262506. OLE color: 10262506.

HSL color Cylindrical-coordinate representation of color #EA979C: hue angle of 356.39º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA979C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234151156-
CMYK00.350.330.08
HSL356.39º66.4%75.49%-
HSV(B)356.39º35.47%91.76%-
XYZ5142.0336.88-
YUV176.39116.5169.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=43.25%
G=27.91%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415115600.350.330.08356.3966.475.49
HexEA979C023218164424b
Octal3522272340434110544102113
Binary1110101010010111100111000100011100001100010110010010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA979C; }

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

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

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

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

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

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

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

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