#E1929B

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

Shades of Wewak #E1929B

Tints of Wewak #E1929B

Color information

#E1929B (or 0xE1929B) is unknown color: approx Wewak. HEX triplet: E1, 92 and 9B. RGB value is (225,146,155). Sum of RGB (Red+Green+Blue) = 225+146+155=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1929B is #1E6D64. Grayscale: #AAAAAA. Windows color (decimal): -1994085 or 10195681. OLE color: 10195681.

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

Color convert

RGB225146155-
CMYK00.350.310.12
HSL353.16º56.83%72.75%-
HSV(B)353.16º35.11%88.24%-
XYZ47.2538.9336.03-
YUV170.65119.17166.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=42.78%
G=27.76%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514615500.350.310.12353.1656.8372.75
HexE1929B0231FC1613949
Octal341222233043371454171111
Binary11100001100100101001101101000111111111001011000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1929B; }

 p { color: rgb(225,146,155); }

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

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

 a { background-color: rgb(225,146,155); }

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

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

 span { border-color: rgb(225,146,155); }

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