#EA9D9F

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

Shades of Wewak #EA9D9F

Tints of Wewak #EA9D9F

Color information

#EA9D9F (or 0xEA9D9F) is unknown color: approx Wewak. HEX triplet: EA, 9D and 9F. RGB value is (234,157,159). Sum of RGB (Red+Green+Blue) = 234+157+159=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9F is #156260. Grayscale: #B4B4B4. Windows color (decimal): -1401441 or 10460650. OLE color: 10460650.

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

Color convert

RGB234157159-
CMYK00.330.320.08
HSL358.44º64.71%76.67%-
HSV(B)358.44º32.91%91.76%-
XYZ52.2544.1138.56-
YUV180.25116.01166.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=42.55%
G=28.55%
B=28.91%

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
Decimal23415715900.330.320.08358.4464.7176.67
HexEA9D9F021208166414d
Octal3522352370414010546101115
Binary1110101010011101100111110100001100000100010110011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D9F; }

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

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

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

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

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

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

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

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