#EC9A9D

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

Shades of Wewak #EC9A9D

Tints of Wewak #EC9A9D

Color information

#EC9A9D (or 0xEC9A9D) is unknown color: approx Wewak. HEX triplet: EC, 9A and 9D. RGB value is (236,154,157). Sum of RGB (Red+Green+Blue) = 236+154+157=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A9D is #136562. Grayscale: #B2B2B2. Windows color (decimal): -1271139 or 10328812. OLE color: 10328812.

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

Color convert

RGB236154157-
CMYK00.350.330.07
HSL357.8º68.33%76.47%-
HSV(B)357.8º34.75%92.55%-
XYZ52.2343.3837.52-
YUV178.86115.67168.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=43.14%
G=28.15%
B=28.70%

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
Decimal23615415700.350.330.07357.868.3376.47
HexEC9A9D023217166444c
Octal354232235043417546104114
Binary111011001001101010011101010001110000111110110011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A9D; }

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

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

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

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

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

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

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

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