#EA898D

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

Shades of Wewak #EA898D

Tints of Wewak #EA898D

Color information

#EA898D (or 0xEA898D) is unknown color: approx Wewak. HEX triplet: EA, 89 and 8D. RGB value is (234,137,141). Sum of RGB (Red+Green+Blue) = 234+137+141=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA898D is #157672. Grayscale: #A6A6A6. Windows color (decimal): -1406579 or 9275882. OLE color: 9275882.

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

Color convert

RGB234137141-
CMYK00.410.400.08
HSL357.53º69.78%72.75%-
HSV(B)357.53º41.45%91.76%-
XYZ47.6937.3129.89-
YUV166.46113.64176.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=45.70%
G=26.76%
B=27.54%

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
Decimal23413714100.410.400.08357.5369.7872.75
HexEA898D0292881664649
Octal3522112150515010546106111
Binary1110101010001001100011010101001101000100010110011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA898D; }

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

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

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

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

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

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

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

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