#ED989F

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

Shades of Wewak #ED989F

Tints of Wewak #ED989F

Color information

#ED989F (or 0xED989F) is unknown color: approx Wewak. HEX triplet: ED, 98 and 9F. RGB value is (237,152,159). Sum of RGB (Red+Green+Blue) = 237+152+159=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED989F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED989F is #126760. Grayscale: #B2B2B2. Windows color (decimal): -1206113 or 10459373. OLE color: 10459373.

HSL color Cylindrical-coordinate representation of color #ED989F: hue angle of 355.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED989F is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237152159-
CMYK00.360.330.07
HSL355.06º70.25%76.27%-
HSV(B)355.06º35.86%92.94%-
XYZ52.4142.9638.33-
YUV178.21117.16169.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=43.25%
G=27.74%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715215900.360.330.07355.0670.2576.27
HexED989F024217163464c
Octal355230237044417543106114
Binary111011011001100010011111010010010000111110110001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED989F; }

 p { color: rgb(237,152,159); }

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

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

 a { background-color: rgb(237,152,159); }

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

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

 span { border-color: rgb(237,152,159); }

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