#EA959A

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

Shades of Wewak #EA959A

Tints of Wewak #EA959A

Color information

#EA959A (or 0xEA959A) is unknown color: approx Wewak. HEX triplet: EA, 95 and 9A. RGB value is (234,149,154). Sum of RGB (Red+Green+Blue) = 234+149+154=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA959A is #156A65. Grayscale: #AFAFAF. Windows color (decimal): -1403494 or 10130922. OLE color: 10130922.

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

Color convert

RGB234149154-
CMYK00.360.340.08
HSL356.47º66.93%75.1%-
HSV(B)356.47º36.32%91.76%-
XYZ50.5141.3235.89-
YUV174.98116.16170.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=43.58%
G=27.75%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414915400.360.340.08356.4766.9375.1
HexEA959A024228164434b
Octal3522252320444210544103113
Binary1110101010010101100110100100100100010100010110010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA959A; }

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

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

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

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

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

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

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

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