#EA9EA5

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

Shades of Wewak #EA9EA5

Tints of Wewak #EA9EA5

Color information

#EA9EA5 (or 0xEA9EA5) is unknown color: approx Wewak. HEX triplet: EA, 9E and A5. RGB value is (234,158,165). Sum of RGB (Red+Green+Blue) = 234+158+165=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EA5 is #15615A. Grayscale: #B5B5B5. Windows color (decimal): -1401179 or 10854122. OLE color: 10854122.

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

Color convert

RGB234158165-
CMYK00.320.290.08
HSL354.47º64.41%76.86%-
HSV(B)354.47º32.48%91.76%-
XYZ52.9544.6641.43-
YUV181.52118.68165.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=42.01%
G=28.37%
B=29.62%

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
Decimal23415816500.320.290.08354.4764.4176.86
HexEA9EA50201D8162404d
Octal3522362450403510542100115
Binary111010101001111010100101010000011101100010110001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EA5; }

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

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

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

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

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

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

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

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