#E19A9C

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

Shades of Wewak #E19A9C

Tints of Wewak #E19A9C

Color information

#E19A9C (or 0xE19A9C) is unknown color: approx Wewak. HEX triplet: E1, 9A and 9C. RGB value is (225,154,156). Sum of RGB (Red+Green+Blue) = 225+154+156=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A9C is #1E6563. Grayscale: #AFAFAF. Windows color (decimal): -1992036 or 10263265. OLE color: 10263265.

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

Color convert

RGB225154156-
CMYK00.320.310.12
HSL358.31º54.2%74.31%-
HSV(B)358.31º31.56%88.24%-
XYZ48.6141.5236.9-
YUV175.46117.02163.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=42.06%
G=28.79%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515415600.320.310.12358.3154.274.31
HexE19A9C0201FC166364a
Octal341232234040371454666112
Binary11100001100110101001110001000001111111001011001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A9C; }

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

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

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

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

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

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

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

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