#EB979B

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

Shades of Wewak #EB979B

Tints of Wewak #EB979B

Color information

#EB979B (or 0xEB979B) is unknown color: approx Wewak. HEX triplet: EB, 97 and 9B. RGB value is (235,151,155). Sum of RGB (Red+Green+Blue) = 235+151+155=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB979B is #146864. Grayscale: #B0B0B0. Windows color (decimal): -1337445 or 10196971. OLE color: 10196971.

HSL color Cylindrical-coordinate representation of color #EB979B: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB979B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235151155-
CMYK00.360.340.08
HSL357.14º67.74%75.69%-
HSV(B)357.14º35.74%92.16%-
XYZ51.2442.1636.45-
YUV176.57115.83169.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=43.44%
G=27.91%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515115500.360.340.08357.1467.7475.69
HexEB979B024228165444c
Octal3532272330444210545104114
Binary1110101110010111100110110100100100010100010110010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB979B; }

 p { color: rgb(235,151,155); }

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

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

 a { background-color: rgb(235,151,155); }

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

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

 span { border-color: rgb(235,151,155); }

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