#E1999D

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

Shades of Wewak #E1999D

Tints of Wewak #E1999D

Color information

#E1999D (or 0xE1999D) is unknown color: approx Wewak. HEX triplet: E1, 99 and 9D. RGB value is (225,153,157). Sum of RGB (Red+Green+Blue) = 225+153+157=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1999D is #1E6662. Grayscale: #AFAFAF. Windows color (decimal): -1992291 or 10328545. OLE color: 10328545.

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

Color convert

RGB225153157-
CMYK00.320.300.12
HSL356.67º54.55%74.12%-
HSV(B)356.67º32%88.24%-
XYZ48.5341.2237.3-
YUV174.98117.85163.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=42.06%
G=28.60%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515315700.320.300.12356.6754.5574.12
HexE1999D0201EC165374a
Octal341231235040361454567112
Binary11100001100110011001110101000001111011001011001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1999D; }

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

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

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

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

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

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

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

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