#EC9CA5

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

Shades of Wewak #EC9CA5

Tints of Wewak #EC9CA5

Color information

#EC9CA5 (or 0xEC9CA5) is unknown color: approx Wewak. HEX triplet: EC, 9C and A5. RGB value is (236,156,165). Sum of RGB (Red+Green+Blue) = 236+156+165=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA5 is #13635A. Grayscale: #B4B4B4. Windows color (decimal): -1270619 or 10853612. OLE color: 10853612.

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

Color convert

RGB236156165-
CMYK00.340.300.07
HSL353.25º67.8%76.86%-
HSV(B)353.25º33.9%92.55%-
XYZ53.2744.3341.35-
YUV180.95119167.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=42.37%
G=28.01%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615616500.340.300.07353.2567.876.86
HexEC9CA50221E7161444d
Octal354234245042367541104115
Binary11101100100111001010010101000101111011110110000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CA5; }

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

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

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

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

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

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

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

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