#EC9D9F

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

Shades of Wewak #EC9D9F

Tints of Wewak #EC9D9F

Color information

#EC9D9F (or 0xEC9D9F) is unknown color: approx Wewak. HEX triplet: EC, 9D and 9F. RGB value is (236,157,159). Sum of RGB (Red+Green+Blue) = 236+157+159=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D9F is #136260. Grayscale: #B4B4B4. Windows color (decimal): -1270369 or 10460652. OLE color: 10460652.

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

Color convert

RGB236157159-
CMYK00.330.330.07
HSL358.48º67.52%77.06%-
HSV(B)358.48º33.47%92.55%-
XYZ52.9144.4538.59-
YUV180.85115.67167.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=42.75%
G=28.44%
B=28.80%

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
Decimal23615715900.330.330.07358.4867.5277.06
HexEC9D9F021217166444d
Octal354235237041417546104115
Binary111011001001110110011111010000110000111110110011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D9F; }

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

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

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

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

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

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

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

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