#EC9395

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

Shades of Wewak #EC9395

Tints of Wewak #EC9395

Color information

#EC9395 (or 0xEC9395) is unknown color: approx Wewak. HEX triplet: EC, 93 and 95. RGB value is (236,147,149). Sum of RGB (Red+Green+Blue) = 236+147+149=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9395 is #136C6A. Grayscale: #ADADAD. Windows color (decimal): -1272939 or 9802732. OLE color: 9802732.

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

Color convert

RGB236147149-
CMYK00.380.370.07
HSL358.65º70.08%75.1%-
HSV(B)358.65º37.71%92.55%-
XYZ50.4540.8733.66-
YUV173.84113.99172.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=44.36%
G=27.63%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614714900.380.370.07358.6570.0875.1
HexEC9395026257167464b
Octal354223225046457547106113
Binary111011001001001110010101010011010010111110110011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9395; }

 p { color: rgb(236,147,149); }

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

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

 a { background-color: rgb(236,147,149); }

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

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

 span { border-color: rgb(236,147,149); }

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