#E19D9F

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

Shades of Wewak #E19D9F

Tints of Wewak #E19D9F

Color information

#E19D9F (or 0xE19D9F) is unknown color: approx Wewak. HEX triplet: E1, 9D and 9F. RGB value is (225,157,159). Sum of RGB (Red+Green+Blue) = 225+157+159=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D9F is #1E6260. Grayscale: #B1B1B1. Windows color (decimal): -1991265 or 10460641. OLE color: 10460641.

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

Color convert

RGB225157159-
CMYK00.300.290.12
HSL358.24º53.12%74.9%-
HSV(B)358.24º30.22%88.24%-
XYZ49.3742.6238.43-
YUV177.56117.53161.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=41.59%
G=29.02%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515715900.300.290.12358.2453.1274.9
HexE19D9F01E1DC166354b
Octal341235237036351454665113
Binary1110000110011101100111110111101110111001011001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D9F; }

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

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

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

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

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

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

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

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