#EC9A9C

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

Shades of Wewak #EC9A9C

Tints of Wewak #EC9A9C

Color information

#EC9A9C (or 0xEC9A9C) is unknown color: approx Wewak. HEX triplet: EC, 9A and 9C. RGB value is (236,154,156). Sum of RGB (Red+Green+Blue) = 236+154+156=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A9C is #136563. Grayscale: #B2B2B2. Windows color (decimal): -1271140 or 10263276. OLE color: 10263276.

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

Color convert

RGB236154156-
CMYK00.350.340.07
HSL358.54º68.33%76.47%-
HSV(B)358.54º34.75%92.55%-
XYZ52.1543.3437.07-
YUV178.75115.17168.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=43.22%
G=28.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615415600.350.340.07358.5468.3376.47
HexEC9A9C023227167444c
Octal354232234043427547104114
Binary111011001001101010011100010001110001011110110011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A9C; }

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

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

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

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

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

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

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

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