#EA989E

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

Shades of Wewak #EA989E

Tints of Wewak #EA989E

Color information

#EA989E (or 0xEA989E) is unknown color: approx Wewak. HEX triplet: EA, 98 and 9E. RGB value is (234,152,158). Sum of RGB (Red+Green+Blue) = 234+152+158=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA989E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA989E is #156761. Grayscale: #B1B1B1. Windows color (decimal): -1402722 or 10393834. OLE color: 10393834.

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

Color convert

RGB234152158-
CMYK00.350.320.08
HSL355.61º66.13%75.69%-
HSV(B)355.61º35.04%91.76%-
XYZ51.3342.4237.83-
YUV177.2117.17168.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=43.01%
G=27.94%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415215800.350.320.08355.6166.1375.69
HexEA989E023208164424c
Octal3522302360434010544102114
Binary1110101010011000100111100100011100000100010110010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA989E; }

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

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

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

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

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

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

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

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