#EC9D9E

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

Shades of Wewak #EC9D9E

Tints of Wewak #EC9D9E

Color information

#EC9D9E (or 0xEC9D9E) is unknown color: approx Wewak. HEX triplet: EC, 9D and 9E. RGB value is (236,157,158). Sum of RGB (Red+Green+Blue) = 236+157+158=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D9E is #136261. Grayscale: #B4B4B4. Windows color (decimal): -1270370 or 10395116. OLE color: 10395116.

HSL color Cylindrical-coordinate representation of color #EC9D9E: hue angle of 359.24º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9D9E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236157158-
CMYK00.330.330.07
HSL359.24º67.52%77.06%-
HSV(B)359.24º33.47%92.55%-
XYZ52.8244.4238.14-
YUV180.74115.17167.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 158 (62.11% from 255) = 28.68%
R=42.83%
G=28.49%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615715800.330.330.07359.2467.5277.06
HexEC9D9E021217167444d
Octal354235236041417547104115
Binary111011001001110110011110010000110000111110110011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D9E; }

 p { color: rgb(236,157,158); }

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

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

 a { background-color: rgb(236,157,158); }

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

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

 span { border-color: rgb(236,157,158); }

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