#EC9197

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

Shades of Wewak #EC9197

Tints of Wewak #EC9197

Color information

#EC9197 (or 0xEC9197) is unknown color: approx Wewak. HEX triplet: EC, 91 and 97. RGB value is (236,145,151). Sum of RGB (Red+Green+Blue) = 236+145+151=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9197 is #136E68. Grayscale: #ACACAC. Windows color (decimal): -1273449 or 9933292. OLE color: 9933292.

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

Color convert

RGB236145151-
CMYK00.390.360.07
HSL356.04º70.54%74.71%-
HSV(B)356.04º38.56%92.55%-
XYZ50.340.3234.41-
YUV172.89115.65173.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=44.36%
G=27.26%
B=28.38%

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
Decimal23614515100.390.360.07356.0470.5474.71
HexEC9197027247164474b
Octal354221227047447544107113
Binary111011001001000110010111010011110010011110110010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9197; }

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

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

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

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

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

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

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

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