#E197A0

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

Shades of Wewak #E197A0

Tints of Wewak #E197A0

Color information

#E197A0 (or 0xE197A0) is unknown color: approx Wewak. HEX triplet: E1, 97 and A0. RGB value is (225,151,160). Sum of RGB (Red+Green+Blue) = 225+151+160=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E197A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197A0 is #1E685F. Grayscale: #AEAEAE. Windows color (decimal): -1992800 or 10524641. OLE color: 10524641.

HSL color Cylindrical-coordinate representation of color #E197A0: hue angle of 352.7º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E197A0 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225151160-
CMYK00.330.290.12
HSL352.7º55.22%73.73%-
HSV(B)352.7º32.89%88.24%-
XYZ48.4640.6838.56-
YUV174.15120.02164.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=41.98%
G=28.17%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515116000.330.290.12352.755.2273.73
HexE197A00211DC161374a
Octal341227240041351454167112
Binary11100001100101111010000001000011110111001011000011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197A0; }

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

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

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

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

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

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

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

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