#E5959A

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

Shades of Wewak #E5959A

Tints of Wewak #E5959A

Color information

#E5959A (or 0xE5959A) is unknown color: approx Wewak. HEX triplet: E5, 95 and 9A. RGB value is (229,149,154). Sum of RGB (Red+Green+Blue) = 229+149+154=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5959A is #1A6A65. Grayscale: #ADADAD. Windows color (decimal): -1731174 or 10130917. OLE color: 10130917.

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

Color convert

RGB229149154-
CMYK00.350.330.10
HSL356.25º60.61%74.12%-
HSV(B)356.25º34.93%89.8%-
XYZ48.8940.4935.81-
YUV173.49117167.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.05%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=43.05%
G=28.01%
B=28.95%

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
Decimal22914915400.350.330.10356.2560.6174.12
HexE5959A02321A1643d4a
Octal345225232043411254475112
Binary111001011001010110011010010001110000110101011001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5959A; }

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

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

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

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

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

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

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

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