#E19D9E

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

Shades of Wewak #E19D9E

Tints of Wewak #E19D9E

Color information

#E19D9E (or 0xE19D9E) is unknown color: approx Wewak. HEX triplet: E1, 9D and 9E. RGB value is (225,157,158). Sum of RGB (Red+Green+Blue) = 225+157+158=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D9E is #1E6261. Grayscale: #B1B1B1. Windows color (decimal): -1991266 or 10395105. OLE color: 10395105.

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

Color convert

RGB225157158-
CMYK00.300.300.12
HSL359.12º53.12%74.9%-
HSV(B)359.12º30.22%88.24%-
XYZ49.2842.5937.97-
YUV177.45117.03161.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=41.67%
G=29.07%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515715800.300.300.12359.1253.1274.9
HexE19D9E01E1EC167354b
Octal341235236036361454765113
Binary1110000110011101100111100111101111011001011001111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D9E; }

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

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

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

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

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

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

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

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