#EC8990

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

Shades of Wewak #EC8990

Tints of Wewak #EC8990

Color information

#EC8990 (or 0xEC8990) is unknown color: approx Wewak. HEX triplet: EC, 89 and 90. RGB value is (236,137,144). Sum of RGB (Red+Green+Blue) = 236+137+144=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8990 is #13766F. Grayscale: #A7A7A7. Windows color (decimal): -1275504 or 9472492. OLE color: 9472492.

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

Color convert

RGB236137144-
CMYK00.420.390.07
HSL355.76º72.26%73.14%-
HSV(B)355.76º41.95%92.55%-
XYZ48.5737.7431.11-
YUV167.4114.8176.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=45.65%
G=26.50%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613714400.420.390.07355.7672.2673.14
HexEC899002A2771644849
Octal354211220052477544110111
Binary111011001000100110010000010101010011111110110010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8990; }

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

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

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

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

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

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

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

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