#EA97A3

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

Shades of Wewak #EA97A3

Tints of Wewak #EA97A3

Color information

#EA97A3 (or 0xEA97A3) is unknown color: approx Wewak. HEX triplet: EA, 97 and A3. RGB value is (234,151,163). Sum of RGB (Red+Green+Blue) = 234+151+163=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97A3 is #15685C. Grayscale: #B1B1B1. Windows color (decimal): -1402973 or 10721258. OLE color: 10721258.

HSL color Cylindrical-coordinate representation of color #EA97A3: hue angle of 351.33º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA97A3 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234151163-
CMYK00.350.300.08
HSL351.33º66.4%75.49%-
HSV(B)351.33º35.47%91.76%-
XYZ51.6142.2740.09-
YUV177.18120168.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 163 (64.06% from 255) = 29.74%
R=42.70%
G=27.55%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415116300.350.300.08351.3366.475.49
HexEA97A30231E815f424b
Octal3522272430433610537102113
Binary111010101001011110100011010001111110100010101111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97A3; }

 p { color: rgb(234,151,163); }

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

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

 a { background-color: rgb(234,151,163); }

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

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

 span { border-color: rgb(234,151,163); }

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