#E19CA0

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

Shades of Wewak #E19CA0

Tints of Wewak #E19CA0

Color information

#E19CA0 (or 0xE19CA0) is unknown color: approx Wewak. HEX triplet: E1, 9C and A0. RGB value is (225,156,160). Sum of RGB (Red+Green+Blue) = 225+156+160=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA0 is #1E635F. Grayscale: #B1B1B1. Windows color (decimal): -1991520 or 10525921. OLE color: 10525921.

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

Color convert

RGB225156160-
CMYK00.310.290.12
HSL356.52º53.49%74.71%-
HSV(B)356.52º30.67%88.24%-
XYZ49.2842.3238.83-
YUV177.09118.36162.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=41.59%
G=28.84%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515616000.310.290.12356.5253.4974.71
HexE19CA001F1DC165354b
Octal341234240037351454565113
Binary1110000110011100101000000111111110111001011001011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CA0; }

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

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

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

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

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

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

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

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