#EA9FA5

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

Shades of Wewak #EA9FA5

Tints of Wewak #EA9FA5

Color information

#EA9FA5 (or 0xEA9FA5) is unknown color: approx Wewak. HEX triplet: EA, 9F and A5. RGB value is (234,159,165). Sum of RGB (Red+Green+Blue) = 234+159+165=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FA5 is #15605A. Grayscale: #B6B6B6. Windows color (decimal): -1400923 or 10854378. OLE color: 10854378.

HSL color Cylindrical-coordinate representation of color #EA9FA5: hue angle of 355.2º 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 #EA9FA5 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234159165-
CMYK00.320.290.08
HSL355.2º64.1%77.06%-
HSV(B)355.2º32.05%91.76%-
XYZ53.1245.0141.48-
YUV182.11118.35165.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=41.94%
G=28.49%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415916500.320.290.08355.264.177.06
HexEA9FA50201D8163404d
Octal3522372450403510543100115
Binary111010101001111110100101010000011101100010110001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FA5; }

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

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

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

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

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

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

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

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