#E097A0

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

Shades of Wewak #E097A0

Tints of Wewak #E097A0

Color information

#E097A0 (or 0xE097A0) is unknown color: approx Wewak. HEX triplet: E0, 97 and A0. RGB value is (224,151,160). Sum of RGB (Red+Green+Blue) = 224+151+160=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E097A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097A0 is #1F685F. Grayscale: #ADADAD. Windows color (decimal): -2058336 or 10524640. OLE color: 10524640.

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

Color convert

RGB224151160-
CMYK00.330.290.12
HSL352.6º54.07%73.53%-
HSV(B)352.6º32.59%87.84%-
XYZ48.1540.5238.54-
YUV173.85120.18163.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=41.87%
G=28.22%
B=29.91%

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
Decimal22415116000.330.290.12352.654.0773.53
HexE097A00211DC161364a
Octal340227240041351454166112
Binary11100000100101111010000001000011110111001011000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097A0; }

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

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

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

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

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

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

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

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