#E19CA3

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

Shades of Wewak #E19CA3

Tints of Wewak #E19CA3

Color information

#E19CA3 (or 0xE19CA3) is unknown color: approx Wewak. HEX triplet: E1, 9C and A3. RGB value is (225,156,163). Sum of RGB (Red+Green+Blue) = 225+156+163=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA3 is #1E635C. Grayscale: #B1B1B1. Windows color (decimal): -1991517 or 10722529. OLE color: 10722529.

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

Color convert

RGB225156163-
CMYK00.310.280.12
HSL353.91º53.49%74.71%-
HSV(B)353.91º30.67%88.24%-
XYZ49.5542.4340.23-
YUV177.43119.86161.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=41.36%
G=28.68%
B=29.96%

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
Decimal22515616300.310.280.12353.9153.4974.71
HexE19CA301F1CC162354b
Octal341234243037341454265113
Binary1110000110011100101000110111111110011001011000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CA3; }

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

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

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

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

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

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

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

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