#E1929A

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

Shades of Wewak #E1929A

Tints of Wewak #E1929A

Color information

#E1929A (or 0xE1929A) is unknown color: approx Wewak. HEX triplet: E1, 92 and 9A. RGB value is (225,146,154). Sum of RGB (Red+Green+Blue) = 225+146+154=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1929A is #1E6D65. Grayscale: #AAAAAA. Windows color (decimal): -1994086 or 10130145. OLE color: 10130145.

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

Color convert

RGB225146154-
CMYK00.350.320.12
HSL353.92º56.83%72.75%-
HSV(B)353.92º35.11%88.24%-
XYZ47.1638.935.59-
YUV170.53118.67166.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=42.86%
G=27.81%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514615400.350.320.12353.9256.8372.75
HexE1929A02320C1623949
Octal341222232043401454271111
Binary111000011001001010011010010001110000011001011000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1929A; }

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

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

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

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

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

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

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

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