#E5959B

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

Shades of Wewak #E5959B

Tints of Wewak #E5959B

Color information

#E5959B (or 0xE5959B) is unknown color: approx Wewak. HEX triplet: E5, 95 and 9B. RGB value is (229,149,155). Sum of RGB (Red+Green+Blue) = 229+149+155=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5959B is #1A6A64. Grayscale: #ADADAD. Windows color (decimal): -1731173 or 10196453. OLE color: 10196453.

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

Color convert

RGB229149155-
CMYK00.350.320.10
HSL355.5º60.61%74.12%-
HSV(B)355.5º34.93%89.8%-
XYZ48.9840.5236.25-
YUV173.6117.5167.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=42.96%
G=27.95%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914915500.350.320.10355.560.6174.12
HexE5959B02320A1643d4a
Octal345225233043401254475112
Binary111001011001010110011011010001110000010101011001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5959B; }

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

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

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

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

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

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

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

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