#EC90A0

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

Shades of Wewak #EC90A0

Tints of Wewak #EC90A0

Color information

#EC90A0 (or 0xEC90A0) is unknown color: approx Wewak. HEX triplet: EC, 90 and A0. RGB value is (236,144,160). Sum of RGB (Red+Green+Blue) = 236+144+160=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A0 is #136F5F. Grayscale: #ADADAD. Windows color (decimal): -1273696 or 10522860. OLE color: 10522860.

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

Color convert

RGB236144160-
CMYK00.390.320.07
HSL349.57º70.77%74.51%-
HSV(B)349.57º38.98%92.55%-
XYZ50.9140.3238.36-
YUV173.33120.48172.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=43.70%
G=26.67%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614416000.390.320.07349.5770.7774.51
HexEC90A002720715e474b
Octal354220240047407536107113
Binary111011001001000010100000010011110000011110101111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90A0; }

 p { color: rgb(236,144,160); }

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

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

 a { background-color: rgb(236,144,160); }

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

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

 span { border-color: rgb(236,144,160); }

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