#E19DA1

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

Shades of Wewak #E19DA1

Tints of Wewak #E19DA1

Color information

#E19DA1 (or 0xE19DA1) is unknown color: approx Wewak. HEX triplet: E1, 9D and A1. RGB value is (225,157,161). Sum of RGB (Red+Green+Blue) = 225+157+161=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA1 is #1E625E. Grayscale: #B1B1B1. Windows color (decimal): -1991263 or 10591713. OLE color: 10591713.

HSL color Cylindrical-coordinate representation of color #E19DA1: hue angle of 356.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DA1 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225157161-
CMYK00.300.280.12
HSL356.47º53.12%74.9%-
HSV(B)356.47º30.22%88.24%-
XYZ49.5442.6939.35-
YUV177.79118.53161.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=41.44%
G=28.91%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716100.300.280.12356.4753.1274.9
HexE19DA101E1CC164354b
Octal341235241036341454465113
Binary1110000110011101101000010111101110011001011001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA1; }

 p { color: rgb(225,157,161); }

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

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

 a { background-color: rgb(225,157,161); }

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

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

 span { border-color: rgb(225,157,161); }

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