#E49CA0

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

Shades of Wewak #E49CA0

Tints of Wewak #E49CA0

Color information

#E49CA0 (or 0xE49CA0) is unknown color: approx Wewak. HEX triplet: E4, 9C and A0. RGB value is (228,156,160). Sum of RGB (Red+Green+Blue) = 228+156+160=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CA0 is #1B635F. Grayscale: #B2B2B2. Windows color (decimal): -1794912 or 10525924. OLE color: 10525924.

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

Color convert

RGB228156160-
CMYK00.320.300.11
HSL356.67º57.14%75.29%-
HSV(B)356.67º31.58%89.41%-
XYZ50.2342.8138.87-
YUV177.98117.85163.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=41.91%
G=28.68%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815616000.320.300.11356.6757.1475.29
HexE49CA00201EB165394b
Octal344234240040361354571113
Binary11100100100111001010000001000001111010111011001011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CA0; }

 p { color: rgb(228,156,160); }

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

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

 a { background-color: rgb(228,156,160); }

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

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

 span { border-color: rgb(228,156,160); }

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