#EC94A2

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

Shades of Wewak #EC94A2

Tints of Wewak #EC94A2

Color information

#EC94A2 (or 0xEC94A2) is unknown color: approx Wewak. HEX triplet: EC, 94 and A2. RGB value is (236,148,162). Sum of RGB (Red+Green+Blue) = 236+148+162=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A2 is #136B5D. Grayscale: #AFAFAF. Windows color (decimal): -1272670 or 10654956. OLE color: 10654956.

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

Color convert

RGB236148162-
CMYK00.370.310.07
HSL350.45º69.84%75.29%-
HSV(B)350.45º37.29%92.55%-
XYZ51.741.6239.49-
YUV175.91120.15170.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 162 (63.67% from 255) = 29.67%
R=43.22%
G=27.11%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614816200.370.310.07350.4569.8475.29
HexEC94A20251F715e464b
Octal354224242045377536106113
Binary11101100100101001010001001001011111111110101111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94A2; }

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

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

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

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

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

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

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

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