#E19295

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

Shades of Wewak #E19295

Tints of Wewak #E19295

Color information

#E19295 (or 0xE19295) is unknown color: approx Wewak. HEX triplet: E1, 92 and 95. RGB value is (225,146,149). Sum of RGB (Red+Green+Blue) = 225+146+149=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19295 is #1E6D6A. Grayscale: #AAAAAA. Windows color (decimal): -1994091 or 9802465. OLE color: 9802465.

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

Color convert

RGB225146149-
CMYK00.350.340.12
HSL357.72º56.83%72.75%-
HSV(B)357.72º35.11%88.24%-
XYZ46.7638.7433.45-
YUV169.96116.17167.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=43.27%
G=28.08%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514614900.350.340.12357.7256.8372.75
HexE1929502322C1663949
Octal341222225043421454671111
Binary111000011001001010010101010001110001011001011001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19295; }

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

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

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

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

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

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

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

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