#EC979B

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

Shades of Wewak #EC979B

Tints of Wewak #EC979B

Color information

#EC979B (or 0xEC979B) is unknown color: approx Wewak. HEX triplet: EC, 97 and 9B. RGB value is (236,151,155). Sum of RGB (Red+Green+Blue) = 236+151+155=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC979B is #136864. Grayscale: #B0B0B0. Windows color (decimal): -1271909 or 10196972. OLE color: 10196972.

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

Color convert

RGB236151155-
CMYK00.360.340.07
HSL357.18º69.11%75.88%-
HSV(B)357.18º36.02%92.55%-
XYZ51.5842.3336.46-
YUV176.87115.66170.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=43.54%
G=27.86%
B=28.60%

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
Decimal23615115500.360.340.07357.1869.1175.88
HexEC979B024227165454c
Octal354227233044427545105114
Binary111011001001011110011011010010010001011110110010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC979B; }

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

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

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

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

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

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

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

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