#EC9196

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

Shades of Wewak #EC9196

Tints of Wewak #EC9196

Color information

#EC9196 (or 0xEC9196) is unknown color: approx Wewak. HEX triplet: EC, 91 and 96. RGB value is (236,145,150). Sum of RGB (Red+Green+Blue) = 236+145+150=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9196 is #136E69. Grayscale: #ACACAC. Windows color (decimal): -1273450 or 9867756. OLE color: 9867756.

HSL color Cylindrical-coordinate representation of color #EC9196: hue angle of 356.7º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC9196 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236145150-
CMYK00.390.360.07
HSL356.7º70.54%74.71%-
HSV(B)356.7º38.56%92.55%-
XYZ50.2240.2933.98-
YUV172.78115.15173.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=44.44%
G=27.31%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614515000.390.360.07356.770.5474.71
HexEC9196027247165474b
Octal354221226047447545107113
Binary111011001001000110010110010011110010011110110010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9196; }

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

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

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

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

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

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

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

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