#ECA2A3

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

Shades of Wewak #ECA2A3

Tints of Wewak #ECA2A3

Color information

#ECA2A3 (or 0xECA2A3) is unknown color: approx Wewak. HEX triplet: EC, A2 and A3. RGB value is (236,162,163). Sum of RGB (Red+Green+Blue) = 236+162+163=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A3 is #135D5C. Grayscale: #B8B8B8. Windows color (decimal): -1269085 or 10724076. OLE color: 10724076.

HSL color Cylindrical-coordinate representation of color #ECA2A3: hue angle of 359.19º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2A3 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236162163-
CMYK00.310.310.07
HSL359.19º66.07%78.04%-
HSV(B)359.19º31.36%92.55%-
XYZ54.1246.3240.74-
YUV184.24116.02164.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 163 (64.06% from 255) = 29.06%
R=42.07%
G=28.88%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616216300.310.310.07359.1966.0778.04
HexECA2A301F1F7167424e
Octal354242243037377547102116
Binary1110110010100010101000110111111111111110110011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2A3; }

 p { color: rgb(236,162,163); }

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

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

 a { background-color: rgb(236,162,163); }

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

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

 span { border-color: rgb(236,162,163); }

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