#EA9798

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

Shades of Wewak #EA9798

Tints of Wewak #EA9798

Color information

#EA9798 (or 0xEA9798) is unknown color: approx Wewak. HEX triplet: EA, 97 and 98. RGB value is (234,151,152). Sum of RGB (Red+Green+Blue) = 234+151+152=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9798 is #156867. Grayscale: #B0B0B0. Windows color (decimal): -1402984 or 10000362. OLE color: 10000362.

HSL color Cylindrical-coordinate representation of color #EA9798: hue angle of 359.28º 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 #EA9798 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234151152-
CMYK00.350.350.08
HSL359.28º66.4%75.49%-
HSV(B)359.28º35.47%91.76%-
XYZ50.6741.8935.12-
YUV175.93114.5169.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=43.58%
G=28.12%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415115200.350.350.08359.2866.475.49
HexEA9798023238167424b
Octal3522272300434310547102113
Binary1110101010010111100110000100011100011100010110011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9798; }

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

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

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

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

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

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

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

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