#E19C9D

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

Shades of Wewak #E19C9D

Tints of Wewak #E19C9D

Color information

#E19C9D (or 0xE19C9D) is unknown color: approx Wewak. HEX triplet: E1, 9C and 9D. RGB value is (225,156,157). Sum of RGB (Red+Green+Blue) = 225+156+157=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C9D is #1E6362. Grayscale: #B0B0B0. Windows color (decimal): -1991523 or 10329313. OLE color: 10329313.

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

Color convert

RGB225156157-
CMYK00.310.300.12
HSL359.13º53.49%74.71%-
HSV(B)359.13º30.67%88.24%-
XYZ49.0342.2237.46-
YUV176.74116.86162.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=41.82%
G=29.00%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515615700.310.300.12359.1353.4974.71
HexE19C9D01F1EC167354b
Octal341234235037361454765113
Binary1110000110011100100111010111111111011001011001111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C9D; }

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

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

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

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

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

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

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

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