#E5949D

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

Shades of Wewak #E5949D

Tints of Wewak #E5949D

Color information

#E5949D (or 0xE5949D) is unknown color: approx Wewak. HEX triplet: E5, 94 and 9D. RGB value is (229,148,157). Sum of RGB (Red+Green+Blue) = 229+148+157=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5949D is #1A6B62. Grayscale: #ADADAD. Windows color (decimal): -1731427 or 10327269. OLE color: 10327269.

HSL color Cylindrical-coordinate representation of color #E5949D: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5949D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229148157-
CMYK00.350.310.10
HSL353.33º60.9%73.92%-
HSV(B)353.33º35.37%89.8%-
XYZ48.9940.2737.09-
YUV173.24118.84167.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=42.88%
G=27.72%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914815700.350.310.10353.3360.973.92
HexE5949D0231FA1613d4a
Octal345224235043371254175112
Binary11100101100101001001110101000111111110101011000011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5949D; }

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

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

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

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

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

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

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

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