#EC8998

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

Shades of Wewak #EC8998

Tints of Wewak #EC8998

Color information

#EC8998 (or 0xEC8998) is unknown color: approx Wewak. HEX triplet: EC, 89 and 98. RGB value is (236,137,152). Sum of RGB (Red+Green+Blue) = 236+137+152=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8998 is #137667. Grayscale: #A8A8A8. Windows color (decimal): -1275496 or 9996780. OLE color: 9996780.

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

Color convert

RGB236137152-
CMYK00.420.360.07
HSL350.91º72.26%73.14%-
HSV(B)350.91º41.95%92.55%-
XYZ49.2137.9934.45-
YUV168.31118.8176.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=44.95%
G=26.10%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613715200.420.360.07350.9172.2673.14
HexEC899802A24715f4849
Octal354211230052447537110111
Binary111011001000100110011000010101010010011110101111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8998; }

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

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

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

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

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

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

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

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