#EC898A

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

Shades of Wewak #EC898A

Tints of Wewak #EC898A

Color information

#EC898A (or 0xEC898A) is unknown color: approx Wewak. HEX triplet: EC, 89 and 8A. RGB value is (236,137,138). Sum of RGB (Red+Green+Blue) = 236+137+138=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC898A is #137675. Grayscale: #A6A6A6. Windows color (decimal): -1275510 or 9079276. OLE color: 9079276.

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

Color convert

RGB236137138-
CMYK00.420.420.07
HSL359.39º72.26%73.14%-
HSV(B)359.39º41.95%92.55%-
XYZ48.1337.5628.76-
YUV166.72111.8177.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=46.18%
G=26.81%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613713800.420.420.07359.3972.2673.14
HexEC898A02A2A71674849
Octal354211212052527547110111
Binary111011001000100110001010010101010101011110110011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC898A; }

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

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

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

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

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

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

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

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