#EC9A9F

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

Shades of Wewak #EC9A9F

Tints of Wewak #EC9A9F

Color information

#EC9A9F (or 0xEC9A9F) is unknown color: approx Wewak. HEX triplet: EC, 9A and 9F. RGB value is (236,154,159). Sum of RGB (Red+Green+Blue) = 236+154+159=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A9F is #136560. Grayscale: #B3B3B3. Windows color (decimal): -1271137 or 10459884. OLE color: 10459884.

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

Color convert

RGB236154159-
CMYK00.350.330.07
HSL356.34º68.33%76.47%-
HSV(B)356.34º34.75%92.55%-
XYZ52.4143.4538.42-
YUV179.09116.67168.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=42.99%
G=28.05%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615415900.350.330.07356.3468.3376.47
HexEC9A9F023217164444c
Octal354232237043417544104114
Binary111011001001101010011111010001110000111110110010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A9F; }

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

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

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

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

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

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

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

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