#E297A0

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

Shades of Wewak #E297A0

Tints of Wewak #E297A0

Color information

#E297A0 (or 0xE297A0) is unknown color: approx Wewak. HEX triplet: E2, 97 and A0. RGB value is (226,151,160). Sum of RGB (Red+Green+Blue) = 226+151+160=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E297A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297A0 is #1D685F. Grayscale: #AEAEAE. Windows color (decimal): -1927264 or 10524642. OLE color: 10524642.

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

Color convert

RGB226151160-
CMYK00.330.290.11
HSL352.8º56.39%73.92%-
HSV(B)352.8º33.19%88.63%-
XYZ48.7840.8438.57-
YUV174.45119.85164.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=42.09%
G=28.12%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615116000.330.290.11352.856.3973.92
HexE297A00211DB161384a
Octal342227240041351354170112
Binary11100010100101111010000001000011110110111011000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297A0; }

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

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

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

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

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

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

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

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