#ECA2A4

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

Shades of Wewak #ECA2A4

Tints of Wewak #ECA2A4

Color information

#ECA2A4 (or 0xECA2A4) is unknown color: approx Wewak. HEX triplet: EC, A2 and A4. RGB value is (236,162,164). Sum of RGB (Red+Green+Blue) = 236+162+164=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A4 is #135D5B. Grayscale: #B8B8B8. Windows color (decimal): -1269084 or 10789612. OLE color: 10789612.

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

Color convert

RGB236162164-
CMYK00.310.310.07
HSL358.38º66.07%78.04%-
HSV(B)358.38º31.36%92.55%-
XYZ54.2146.3541.21-
YUV184.35116.52164.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=41.99%
G=28.83%
B=29.18%

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
Decimal23616216400.310.310.07358.3866.0778.04
HexECA2A401F1F7166424e
Octal354242244037377546102116
Binary1110110010100010101001000111111111111110110011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2A4; }

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

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

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

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

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

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

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

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