#E19296

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

Shades of Wewak #E19296

Tints of Wewak #E19296

Color information

#E19296 (or 0xE19296) is unknown color: approx Wewak. HEX triplet: E1, 92 and 96. RGB value is (225,146,150). Sum of RGB (Red+Green+Blue) = 225+146+150=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E19296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19296 is #1E6D69. Grayscale: #AAAAAA. Windows color (decimal): -1994090 or 9868001. OLE color: 9868001.

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

Color convert

RGB225146150-
CMYK00.350.330.12
HSL356.96º56.83%72.75%-
HSV(B)356.96º35.11%88.24%-
XYZ46.8438.7733.87-
YUV170.08116.67167.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=43.19%
G=28.02%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514615000.350.330.12356.9656.8372.75
HexE1929602321C1653949
Octal341222226043411454571111
Binary111000011001001010010110010001110000111001011001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19296; }

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

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

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

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

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

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

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

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