#EA989D

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

Shades of Wewak #EA989D

Tints of Wewak #EA989D

Color information

#EA989D (or 0xEA989D) is unknown color: approx Wewak. HEX triplet: EA, 98 and 9D. RGB value is (234,152,157). Sum of RGB (Red+Green+Blue) = 234+152+157=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA989D is #156762. Grayscale: #B1B1B1. Windows color (decimal): -1402723 or 10328298. OLE color: 10328298.

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

Color convert

RGB234152157-
CMYK00.350.330.08
HSL356.34º66.13%75.69%-
HSV(B)356.34º35.04%91.76%-
XYZ51.2542.3837.38-
YUV177.09116.67168.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=43.09%
G=27.99%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415215700.350.330.08356.3466.1375.69
HexEA989D023218164424c
Octal3522302350434110544102114
Binary1110101010011000100111010100011100001100010110010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA989D; }

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

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

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

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

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

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

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

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