#ECA1A5

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

Shades of Wewak #ECA1A5

Tints of Wewak #ECA1A5

Color information

#ECA1A5 (or 0xECA1A5) is unknown color: approx Wewak. HEX triplet: EC, A1 and A5. RGB value is (236,161,165). Sum of RGB (Red+Green+Blue) = 236+161+165=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1A5 is #135E5A. Grayscale: #B7B7B7. Windows color (decimal): -1269339 or 10854892. OLE color: 10854892.

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

Color convert

RGB236161165-
CMYK00.320.300.07
HSL356.8º66.37%77.84%-
HSV(B)356.8º31.78%92.55%-
XYZ54.1346.0441.63-
YUV183.88117.35165.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 165 (64.84% from 255) = 29.36%
R=41.99%
G=28.65%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616116500.320.300.07356.866.3777.84
HexECA1A50201E7165424e
Octal354241245040367545102116
Binary11101100101000011010010101000001111011110110010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1A5; }

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

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

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

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

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

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

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

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