#EA898F

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

Shades of Wewak #EA898F

Tints of Wewak #EA898F

Color information

#EA898F (or 0xEA898F) is unknown color: approx Wewak. HEX triplet: EA, 89 and 8F. RGB value is (234,137,143). Sum of RGB (Red+Green+Blue) = 234+137+143=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA898F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA898F is #157670. Grayscale: #A6A6A6. Windows color (decimal): -1406577 or 9406954. OLE color: 9406954.

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

Color convert

RGB234137143-
CMYK00.410.390.08
HSL356.29º69.78%72.75%-
HSV(B)356.29º41.45%91.76%-
XYZ47.8437.3730.68-
YUV166.69114.64176.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=45.53%
G=26.65%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413714300.410.390.08356.2969.7872.75
HexEA898F0292781644649
Octal3522112170514710544106111
Binary1110101010001001100011110101001100111100010110010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA898F; }

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

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

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

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

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

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

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

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