#E19495

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

Shades of Wewak #E19495

Tints of Wewak #E19495

Color information

#E19495 (or 0xE19495) is unknown color: approx Wewak. HEX triplet: E1, 94 and 95. RGB value is (225,148,149). Sum of RGB (Red+Green+Blue) = 225+148+149=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19495 is #1E6B6A. Grayscale: #ABABAB. Windows color (decimal): -1993579 or 9802977. OLE color: 9802977.

HSL color Cylindrical-coordinate representation of color #E19495: hue angle of 359.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19495 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225148149-
CMYK00.340.340.12
HSL359.22º56.2%73.14%-
HSV(B)359.22º34.22%88.24%-
XYZ47.0739.3633.55-
YUV171.14115.51166.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=43.10%
G=28.35%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514814900.340.340.12359.2256.273.14
HexE1949502222C1673849
Octal341224225042421454770111
Binary111000011001010010010101010001010001011001011001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19495; }

 p { color: rgb(225,148,149); }

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

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

 a { background-color: rgb(225,148,149); }

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

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

 span { border-color: rgb(225,148,149); }

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