#EA9C9F

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

Shades of Wewak #EA9C9F

Tints of Wewak #EA9C9F

Color information

#EA9C9F (or 0xEA9C9F) is unknown color: approx Wewak. HEX triplet: EA, 9C and 9F. RGB value is (234,156,159). Sum of RGB (Red+Green+Blue) = 234+156+159=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C9F is #156360. Grayscale: #B3B3B3. Windows color (decimal): -1401697 or 10460394. OLE color: 10460394.

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

Color convert

RGB234156159-
CMYK00.330.320.08
HSL357.69º65%76.47%-
HSV(B)357.69º33.33%91.76%-
XYZ52.0843.7738.51-
YUV179.66116.34166.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=42.62%
G=28.42%
B=28.96%

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
Decimal23415615900.330.320.08357.696576.47
HexEA9C9F021208166414c
Octal3522342370414010546101114
Binary1110101010011100100111110100001100000100010110011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C9F; }

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

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

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

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

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

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

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

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