#E58C95

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

Shades of Wewak #E58C95

Tints of Wewak #E58C95

Color information

#E58C95 (or 0xE58C95) is unknown color: approx Wewak. HEX triplet: E5, 8C and 95. RGB value is (229,140,149). Sum of RGB (Red+Green+Blue) = 229+140+149=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58C95 is #1A736A. Grayscale: #A7A7A7. Windows color (decimal): -1733483 or 9800933. OLE color: 9800933.

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

Color convert

RGB229140149-
CMYK00.390.350.10
HSL353.93º63.12%72.35%-
HSV(B)353.93º38.86%89.8%-
XYZ47.1237.5833.2-
YUV167.64117.49171.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=44.21%
G=27.03%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914014900.390.350.10353.9363.1272.35
HexE58C9502723A1623f48
Octal345214225047431254277110
Binary111001011000110010010101010011110001110101011000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58C95; }

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

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

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

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

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

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

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

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