#EC9697

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

Shades of Wewak #EC9697

Tints of Wewak #EC9697

Color information

#EC9697 (or 0xEC9697) is unknown color: approx Wewak. HEX triplet: EC, 96 and 97. RGB value is (236,150,151). Sum of RGB (Red+Green+Blue) = 236+150+151=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9697 is #136968. Grayscale: #AFAFAF. Windows color (decimal): -1272169 or 9934572. OLE color: 9934572.

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

Color convert

RGB236150151-
CMYK00.360.360.07
HSL359.3º69.35%75.69%-
HSV(B)359.3º36.44%92.55%-
XYZ51.0841.8834.67-
YUV175.83113.99170.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=43.95%
G=27.93%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615015100.360.360.07359.369.3575.69
HexEC9697024247167454c
Octal354226227044447547105114
Binary111011001001011010010111010010010010011110110011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9697; }

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

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

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

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

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

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

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

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