#EA9FA3

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

Shades of Wewak #EA9FA3

Tints of Wewak #EA9FA3

Color information

#EA9FA3 (or 0xEA9FA3) is unknown color: approx Wewak. HEX triplet: EA, 9F and A3. RGB value is (234,159,163). Sum of RGB (Red+Green+Blue) = 234+159+163=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FA3 is #15605C. Grayscale: #B5B5B5. Windows color (decimal): -1400925 or 10723306. OLE color: 10723306.

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

Color convert

RGB234159163-
CMYK00.320.300.08
HSL356.8º64.1%77.06%-
HSV(B)356.8º32.05%91.76%-
XYZ52.9444.9340.53-
YUV181.88117.35165.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=42.09%
G=28.60%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415916300.320.300.08356.864.177.06
HexEA9FA30201E8165404d
Octal3522372430403610545100115
Binary111010101001111110100011010000011110100010110010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FA3; }

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

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

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

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

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

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

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

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