#EA949D

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

Shades of Wewak #EA949D

Tints of Wewak #EA949D

Color information

#EA949D (or 0xEA949D) is unknown color: approx Wewak. HEX triplet: EA, 94 and 9D. RGB value is (234,148,157). Sum of RGB (Red+Green+Blue) = 234+148+157=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA949D is #156B62. Grayscale: #AEAEAE. Windows color (decimal): -1403747 or 10327274. OLE color: 10327274.

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

Color convert

RGB234148157-
CMYK00.370.330.08
HSL353.72º67.19%74.9%-
HSV(B)353.72º36.75%91.76%-
XYZ50.6141.1137.17-
YUV174.74117.99170.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=43.41%
G=27.46%
B=29.13%

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
Decimal23414815700.370.330.08353.7267.1974.9
HexEA949D025218162434b
Octal3522242350454110542103113
Binary1110101010010100100111010100101100001100010110001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA949D; }

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

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

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

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

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

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

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

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