#EA9397

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

Shades of Wewak #EA9397

Tints of Wewak #EA9397

Color information

#EA9397 (or 0xEA9397) is unknown color: approx Wewak. HEX triplet: EA, 93 and 97. RGB value is (234,147,151). Sum of RGB (Red+Green+Blue) = 234+147+151=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9397 is #156C68. Grayscale: #ADADAD. Windows color (decimal): -1404009 or 9933802. OLE color: 9933802.

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

Color convert

RGB234147151-
CMYK00.370.350.08
HSL357.24º67.44%74.71%-
HSV(B)357.24º37.18%91.76%-
XYZ49.9540.5934.48-
YUV173.47115.32171.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=43.98%
G=27.63%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414715100.370.350.08357.2467.4474.71
HexEA9397025238165434b
Octal3522232270454310545103113
Binary1110101010010011100101110100101100011100010110010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9397; }

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

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

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

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

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

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

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

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