#ED939B

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

Shades of Wewak #ED939B

Tints of Wewak #ED939B

Color information

#ED939B (or 0xED939B) is unknown color: approx Wewak. HEX triplet: ED, 93 and 9B. RGB value is (237,147,155). Sum of RGB (Red+Green+Blue) = 237+147+155=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939B is #126C64. Grayscale: #AEAEAE. Windows color (decimal): -1207397 or 10195949. OLE color: 10195949.

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

Color convert

RGB237147155-
CMYK00.380.350.07
HSL354.67º71.43%75.29%-
HSV(B)354.67º37.97%92.94%-
XYZ51.2841.2436.27-
YUV174.82116.82172.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=43.97%
G=27.27%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714715500.380.350.07354.6771.4375.29
HexED939B026237163474b
Octal355223233046437543107113
Binary111011011001001110011011010011010001111110110001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED939B; }

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

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

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

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

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

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

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

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