#E19CA1

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

Shades of Wewak #E19CA1

Tints of Wewak #E19CA1

Color information

#E19CA1 (or 0xE19CA1) is unknown color: approx Wewak. HEX triplet: E1, 9C and A1. RGB value is (225,156,161). Sum of RGB (Red+Green+Blue) = 225+156+161=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA1 is #1E635E. Grayscale: #B1B1B1. Windows color (decimal): -1991519 or 10591457. OLE color: 10591457.

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

Color convert

RGB225156161-
CMYK00.310.280.12
HSL355.65º53.49%74.71%-
HSV(B)355.65º30.67%88.24%-
XYZ49.3742.3639.29-
YUV177.2118.86162.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=41.51%
G=28.78%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515616100.310.280.12355.6553.4974.71
HexE19CA101F1CC164354b
Octal341234241037341454465113
Binary1110000110011100101000010111111110011001011001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CA1; }

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

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

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

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

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

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

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

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