#EA9596

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

Shades of Wewak #EA9596

Tints of Wewak #EA9596

Color information

#EA9596 (or 0xEA9596) is unknown color: approx Wewak. HEX triplet: EA, 95 and 96. RGB value is (234,149,150). Sum of RGB (Red+Green+Blue) = 234+149+150=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9596 is #156A69. Grayscale: #AEAEAE. Windows color (decimal): -1403498 or 9868778. OLE color: 9868778.

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

Color convert

RGB234149150-
CMYK00.360.360.08
HSL359.29º66.93%75.1%-
HSV(B)359.29º36.32%91.76%-
XYZ50.1841.1934.16-
YUV174.53114.16170.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=43.90%
G=27.95%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414915000.360.360.08359.2966.9375.1
HexEA9596024248167434b
Octal3522252260444410547103113
Binary1110101010010101100101100100100100100100010110011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9596; }

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

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

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

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

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

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

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

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