#EA898C

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

Shades of Wewak #EA898C

Tints of Wewak #EA898C

Color information

#EA898C (or 0xEA898C) is unknown color: approx Wewak. HEX triplet: EA, 89 and 8C. RGB value is (234,137,140). Sum of RGB (Red+Green+Blue) = 234+137+140=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA898C is #157673. Grayscale: #A6A6A6. Windows color (decimal): -1406580 or 9210346. OLE color: 9210346.

HSL color Cylindrical-coordinate representation of color #EA898C: hue angle of 358.14º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA898C is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234137140-
CMYK00.410.400.08
HSL358.14º69.78%72.75%-
HSV(B)358.14º41.45%91.76%-
XYZ47.6137.2829.5-
YUV166.34113.14176.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=45.79%
G=26.81%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413714000.410.400.08358.1469.7872.75
HexEA898C0292881664649
Octal3522112140515010546106111
Binary1110101010001001100011000101001101000100010110011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA898C; }

 p { color: rgb(234,137,140); }

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

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

 a { background-color: rgb(234,137,140); }

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

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

 span { border-color: rgb(234,137,140); }

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