#EA9C9E

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

Shades of Wewak #EA9C9E

Tints of Wewak #EA9C9E

Color information

#EA9C9E (or 0xEA9C9E) is unknown color: approx Wewak. HEX triplet: EA, 9C and 9E. RGB value is (234,156,158). Sum of RGB (Red+Green+Blue) = 234+156+158=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C9E is #156361. Grayscale: #B3B3B3. Windows color (decimal): -1401698 or 10394858. OLE color: 10394858.

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

Color convert

RGB234156158-
CMYK00.330.320.08
HSL358.46º65%76.47%-
HSV(B)358.46º33.33%91.76%-
XYZ51.9943.7438.05-
YUV179.55115.84166.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=42.70%
G=28.47%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415615800.330.320.08358.466576.47
HexEA9C9E021208166414c
Octal3522342360414010546101114
Binary1110101010011100100111100100001100000100010110011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C9E; }

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

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

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

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

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

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

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

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