#ED939F

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

Shades of Wewak #ED939F

Tints of Wewak #ED939F

Color information

#ED939F (or 0xED939F) is unknown color: approx Wewak. HEX triplet: ED, 93 and 9F. RGB value is (237,147,159). Sum of RGB (Red+Green+Blue) = 237+147+159=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939F is #126C60. Grayscale: #AFAFAF. Windows color (decimal): -1207393 or 10458093. OLE color: 10458093.

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

Color convert

RGB237147159-
CMYK00.380.330.07
HSL352º71.43%75.29%-
HSV(B)352º37.97%92.94%-
XYZ51.6241.3838.07-
YUV175.28118.82172.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=43.65%
G=27.07%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714715900.380.330.0735271.4375.29
HexED939F026217160474b
Octal355223237046417540107113
Binary111011011001001110011111010011010000111110110000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED939F; }

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

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

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

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

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

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

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

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