#ED999F

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

Shades of Wewak #ED999F

Tints of Wewak #ED999F

Color information

#ED999F (or 0xED999F) is unknown color: approx Wewak. HEX triplet: ED, 99 and 9F. RGB value is (237,153,159). Sum of RGB (Red+Green+Blue) = 237+153+159=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999F is #126660. Grayscale: #B2B2B2. Windows color (decimal): -1205857 or 10459629. OLE color: 10459629.

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

Color convert

RGB237153159-
CMYK00.350.330.07
HSL355.71º70%76.47%-
HSV(B)355.71º35.44%92.94%-
XYZ52.5743.2938.39-
YUV178.8116.83169.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=43.17%
G=27.87%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715315900.350.330.07355.717076.47
HexED999F023217164464c
Octal355231237043417544106114
Binary111011011001100110011111010001110000111110110010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED999F; }

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

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

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

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

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

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

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

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