#EC9FA0

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

Shades of Wewak #EC9FA0

Tints of Wewak #EC9FA0

Color information

#EC9FA0 (or 0xEC9FA0) is unknown color: approx Wewak. HEX triplet: EC, 9F and A0. RGB value is (236,159,160). Sum of RGB (Red+Green+Blue) = 236+159+160=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FA0 is #13605F. Grayscale: #B6B6B6. Windows color (decimal): -1269856 or 10526700. OLE color: 10526700.

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

Color convert

RGB236159160-
CMYK00.330.320.07
HSL359.22º66.96%77.45%-
HSV(B)359.22º32.63%92.55%-
XYZ53.3445.1739.16-
YUV182.14115.51166.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=42.52%
G=28.65%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615916000.330.320.07359.2266.9677.45
HexEC9FA0021207167434d
Octal354237240041407547103115
Binary111011001001111110100000010000110000011110110011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FA0; }

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

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

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

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

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

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

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

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