#EA949C

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

Shades of Wewak #EA949C

Tints of Wewak #EA949C

Color information

#EA949C (or 0xEA949C) is unknown color: approx Wewak. HEX triplet: EA, 94 and 9C. RGB value is (234,148,156). Sum of RGB (Red+Green+Blue) = 234+148+156=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA949C is #156B63. Grayscale: #AEAEAE. Windows color (decimal): -1403748 or 10261738. OLE color: 10261738.

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

Color convert

RGB234148156-
CMYK00.370.330.08
HSL354.42º67.19%74.9%-
HSV(B)354.42º36.75%91.76%-
XYZ50.5241.0736.72-
YUV174.63117.49170.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=43.49%
G=27.51%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414815600.370.330.08354.4267.1974.9
HexEA949C025218162434b
Octal3522242340454110542103113
Binary1110101010010100100111000100101100001100010110001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA949C; }

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

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

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

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

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

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

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

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