#EC9AA0

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

Shades of Wewak #EC9AA0

Tints of Wewak #EC9AA0

Color information

#EC9AA0 (or 0xEC9AA0) is unknown color: approx Wewak. HEX triplet: EC, 9A and A0. RGB value is (236,154,160). Sum of RGB (Red+Green+Blue) = 236+154+160=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA0 is #13655F. Grayscale: #B3B3B3. Windows color (decimal): -1271136 or 10525420. OLE color: 10525420.

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

Color convert

RGB236154160-
CMYK00.350.320.07
HSL355.61º68.33%76.47%-
HSV(B)355.61º34.75%92.55%-
XYZ52.4943.4838.88-
YUV179.2117.17168.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=42.91%
G=28%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615416000.350.320.07355.6168.3376.47
HexEC9AA0023207164444c
Octal354232240043407544104114
Binary111011001001101010100000010001110000011110110010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AA0; }

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

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

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

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

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

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

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

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