#E58D95

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

Shades of Wewak #E58D95

Tints of Wewak #E58D95

Color information

#E58D95 (or 0xE58D95) is unknown color: approx Wewak. HEX triplet: E5, 8D and 95. RGB value is (229,141,149). Sum of RGB (Red+Green+Blue) = 229+141+149=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D95 is #1A726A. Grayscale: #A8A8A8. Windows color (decimal): -1733227 or 9801189. OLE color: 9801189.

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

Color convert

RGB229141149-
CMYK00.380.350.10
HSL354.55º62.86%72.55%-
HSV(B)354.55º38.43%89.8%-
XYZ47.2637.8833.25-
YUV168.22117.15171.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=44.12%
G=27.17%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914114900.380.350.10354.5562.8672.55
HexE58D9502623A1633f49
Octal345215225046431254377111
Binary111001011000110110010101010011010001110101011000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D95; }

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

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

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

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

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

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

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

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