#ED979C

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

Shades of Wewak #ED979C

Tints of Wewak #ED979C

Color information

#ED979C (or 0xED979C) is unknown color: approx Wewak. HEX triplet: ED, 97 and 9C. RGB value is (237,151,156). Sum of RGB (Red+Green+Blue) = 237+151+156=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED979C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED979C is #126863. Grayscale: #B1B1B1. Windows color (decimal): -1206372 or 10262509. OLE color: 10262509.

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

Color convert

RGB237151156-
CMYK00.360.340.07
HSL356.51º70.49%76.08%-
HSV(B)356.51º36.29%92.94%-
XYZ51.9942.5436.92-
YUV177.28115.99170.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=43.57%
G=27.76%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715115600.360.340.07356.5170.4976.08
HexED979C024227165464c
Octal355227234044427545106114
Binary111011011001011110011100010010010001011110110010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED979C; }

 p { color: rgb(237,151,156); }

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

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

 a { background-color: rgb(237,151,156); }

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

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

 span { border-color: rgb(237,151,156); }

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