#E5959E

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

Shades of Wewak #E5959E

Tints of Wewak #E5959E

Color information

#E5959E (or 0xE5959E) is unknown color: approx Wewak. HEX triplet: E5, 95 and 9E. RGB value is (229,149,158). Sum of RGB (Red+Green+Blue) = 229+149+158=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5959E is #1A6A61. Grayscale: #ADADAD. Windows color (decimal): -1731170 or 10393061. OLE color: 10393061.

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

Color convert

RGB229149158-
CMYK00.350.310.10
HSL353.25º60.61%74.12%-
HSV(B)353.25º34.93%89.8%-
XYZ49.2340.6237.59-
YUV173.95119167.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=42.72%
G=27.80%
B=29.48%

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
Decimal22914915800.350.310.10353.2560.6174.12
HexE5959E0231FA1613d4a
Octal345225236043371254175112
Binary11100101100101011001111001000111111110101011000011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5959E; }

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

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

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

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

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

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

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

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