#EC899A

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

Shades of Wewak #EC899A

Tints of Wewak #EC899A

Color information

#EC899A (or 0xEC899A) is unknown color: approx Wewak. HEX triplet: EC, 89 and 9A. RGB value is (236,137,154). Sum of RGB (Red+Green+Blue) = 236+137+154=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC899A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC899A is #137665. Grayscale: #A8A8A8. Windows color (decimal): -1275494 or 10127852. OLE color: 10127852.

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

Color convert

RGB236137154-
CMYK00.420.350.07
HSL349.7º72.26%73.14%-
HSV(B)349.7º41.95%92.55%-
XYZ49.3738.0635.32-
YUV168.54119.8176.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=44.78%
G=26.00%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613715400.420.350.07349.772.2673.14
HexEC899A02A23715e4849
Octal354211232052437536110111
Binary111011001000100110011010010101010001111110101111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC899A; }

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

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

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

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

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

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

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

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