#EC8995

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

Shades of Wewak #EC8995

Tints of Wewak #EC8995

Color information

#EC8995 (or 0xEC8995) is unknown color: approx Wewak. HEX triplet: EC, 89 and 95. RGB value is (236,137,149). Sum of RGB (Red+Green+Blue) = 236+137+149=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8995 is #13766A. Grayscale: #A8A8A8. Windows color (decimal): -1275499 or 9800172. OLE color: 9800172.

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

Color convert

RGB236137149-
CMYK00.420.370.07
HSL352.73º72.26%73.14%-
HSV(B)352.73º41.95%92.55%-
XYZ48.9637.8933.17-
YUV167.97117.3176.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=45.21%
G=26.25%
B=28.54%

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
Decimal23613714900.420.370.07352.7372.2673.14
HexEC899502A2571614849
Octal354211225052457541110111
Binary111011001000100110010101010101010010111110110000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8995; }

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

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

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

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

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

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

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

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