#E29CA1

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

Shades of Wewak #E29CA1

Tints of Wewak #E29CA1

Color information

#E29CA1 (or 0xE29CA1) is unknown color: approx Wewak. HEX triplet: E2, 9C and A1. RGB value is (226,156,161). Sum of RGB (Red+Green+Blue) = 226+156+161=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29CA1 is #1D635E. Grayscale: #B1B1B1. Windows color (decimal): -1925983 or 10591458. OLE color: 10591458.

HSL color Cylindrical-coordinate representation of color #E29CA1: hue angle of 355.71º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29CA1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226156161-
CMYK00.310.290.11
HSL355.71º54.69%74.9%-
HSV(B)355.71º30.97%88.63%-
XYZ49.6942.5239.31-
YUV177.5118.69162.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=41.62%
G=28.73%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615616100.310.290.11355.7154.6974.9
HexE29CA101F1DB164374b
Octal342234241037351354467113
Binary1110001010011100101000010111111110110111011001001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CA1; }

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

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

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

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

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

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

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

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