#EC959A

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

Shades of Wewak #EC959A

Tints of Wewak #EC959A

Color information

#EC959A (or 0xEC959A) is unknown color: approx Wewak. HEX triplet: EC, 95 and 9A. RGB value is (236,149,154). Sum of RGB (Red+Green+Blue) = 236+149+154=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC959A is #136A65. Grayscale: #AFAFAF. Windows color (decimal): -1272422 or 10130924. OLE color: 10130924.

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

Color convert

RGB236149154-
CMYK00.370.350.07
HSL356.55º69.6%75.49%-
HSV(B)356.55º36.86%92.55%-
XYZ51.1741.6635.92-
YUV175.58115.82171.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=43.78%
G=27.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614915400.370.350.07356.5569.675.49
HexEC959A025237165464b
Octal354225232045437545106113
Binary111011001001010110011010010010110001111110110010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC959A; }

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

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

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

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

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

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

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

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