#E5949A

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

Shades of Wewak #E5949A

Tints of Wewak #E5949A

Color information

#E5949A (or 0xE5949A) is unknown color: approx Wewak. HEX triplet: E5, 94 and 9A. RGB value is (229,148,154). Sum of RGB (Red+Green+Blue) = 229+148+154=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5949A is #1A6B65. Grayscale: #ACACAC. Windows color (decimal): -1731430 or 10130661. OLE color: 10130661.

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

Color convert

RGB229148154-
CMYK00.350.330.10
HSL355.56º60.9%73.92%-
HSV(B)355.56º35.37%89.8%-
XYZ48.7440.1735.76-
YUV172.9117.34168.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=43.13%
G=27.87%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914815400.350.330.10355.5660.973.92
HexE5949A02321A1643d4a
Octal345224232043411254475112
Binary111001011001010010011010010001110000110101011001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5949A; }

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

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

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

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

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

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

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

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