#EC8994

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

Shades of Wewak #EC8994

Tints of Wewak #EC8994

Color information

#EC8994 (or 0xEC8994) is unknown color: approx Wewak. HEX triplet: EC, 89 and 94. RGB value is (236,137,148). Sum of RGB (Red+Green+Blue) = 236+137+148=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8994 is #13766B. Grayscale: #A7A7A7. Windows color (decimal): -1275500 or 9734636. OLE color: 9734636.

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

Color convert

RGB236137148-
CMYK00.420.370.07
HSL353.33º72.26%73.14%-
HSV(B)353.33º41.95%92.55%-
XYZ48.8837.8632.75-
YUV167.86116.8176.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=45.30%
G=26.30%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613714800.420.370.07353.3372.2673.14
HexEC899402A2571614849
Octal354211224052457541110111
Binary111011001000100110010100010101010010111110110000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8994; }

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

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

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

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

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

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

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

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