#E8949D

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

Shades of Wewak #E8949D

Tints of Wewak #E8949D

Color information

#E8949D (or 0xE8949D) is unknown color: approx Wewak. HEX triplet: E8, 94 and 9D. RGB value is (232,148,157). Sum of RGB (Red+Green+Blue) = 232+148+157=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8949D is #176B62. Grayscale: #AEAEAE. Windows color (decimal): -1534819 or 10327272. OLE color: 10327272.

HSL color Cylindrical-coordinate representation of color #E8949D: hue angle of 353.57º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8949D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232148157-
CMYK00.360.320.09
HSL353.57º64.62%74.51%-
HSV(B)353.57º36.21%90.98%-
XYZ49.9540.7737.13-
YUV174.14118.33169.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.20%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=43.20%
G=27.56%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214815700.360.320.09353.5764.6274.51
HexE8949D024209162414b
Octal3502242350444011542101113
Binary1110100010010100100111010100100100000100110110001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8949D; }

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

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

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

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

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

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

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

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