#EA949A

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

Shades of Wewak #EA949A

Tints of Wewak #EA949A

Color information

#EA949A (or 0xEA949A) is unknown color: approx Wewak. HEX triplet: EA, 94 and 9A. RGB value is (234,148,154). Sum of RGB (Red+Green+Blue) = 234+148+154=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA949A is #156B65. Grayscale: #AEAEAE. Windows color (decimal): -1403750 or 10130666. OLE color: 10130666.

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

Color convert

RGB234148154-
CMYK00.370.340.08
HSL355.81º67.19%74.9%-
HSV(B)355.81º36.75%91.76%-
XYZ50.3541.0135.83-
YUV174.4116.49170.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=43.66%
G=27.61%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414815400.370.340.08355.8167.1974.9
HexEA949A025228164434b
Octal3522242320454210544103113
Binary1110101010010100100110100100101100010100010110010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA949A; }

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

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

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

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

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

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

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

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