#EA9496

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

Shades of Wewak #EA9496

Tints of Wewak #EA9496

Color information

#EA9496 (or 0xEA9496) is unknown color: approx Wewak. HEX triplet: EA, 94 and 96. RGB value is (234,148,150). Sum of RGB (Red+Green+Blue) = 234+148+150=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9496 is #156B69. Grayscale: #AEAEAE. Windows color (decimal): -1403754 or 9868522. OLE color: 9868522.

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

Color convert

RGB234148150-
CMYK00.370.360.08
HSL358.6º67.19%74.9%-
HSV(B)358.6º36.75%91.76%-
XYZ50.0340.8734.11-
YUV173.94114.49170.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=43.98%
G=27.82%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414815000.370.360.08358.667.1974.9
HexEA9496025248167434b
Octal3522242260454410547103113
Binary1110101010010100100101100100101100100100010110011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9496; }

 p { color: rgb(234,148,150); }

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

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

 a { background-color: rgb(234,148,150); }

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

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

 span { border-color: rgb(234,148,150); }

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