#E19AA1

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

Shades of Wewak #E19AA1

Tints of Wewak #E19AA1

Color information

#E19AA1 (or 0xE19AA1) is unknown color: approx Wewak. HEX triplet: E1, 9A and A1. RGB value is (225,154,161). Sum of RGB (Red+Green+Blue) = 225+154+161=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA1 is #1E655E. Grayscale: #B0B0B0. Windows color (decimal): -1992031 or 10590945. OLE color: 10590945.

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

Color convert

RGB225154161-
CMYK00.320.280.12
HSL354.08º54.2%74.31%-
HSV(B)354.08º31.56%88.24%-
XYZ49.0441.6939.18-
YUV176.03119.52162.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=41.67%
G=28.52%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515416100.320.280.12354.0854.274.31
HexE19AA10201CC162364a
Octal341232241040341454266112
Binary11100001100110101010000101000001110011001011000101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AA1; }

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

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

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

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

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

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

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

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