#EC8D8E

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

Shades of Wewak #EC8D8E

Tints of Wewak #EC8D8E

Color information

#EC8D8E (or 0xEC8D8E) is unknown color: approx Wewak. HEX triplet: EC, 8D and 8E. RGB value is (236,141,142). Sum of RGB (Red+Green+Blue) = 236+141+142=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D8E is #137271. Grayscale: #A9A9A9. Windows color (decimal): -1274482 or 9342444. OLE color: 9342444.

HSL color Cylindrical-coordinate representation of color #EC8D8E: hue angle of 359.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8D8E is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236141142-
CMYK00.400.400.07
HSL359.37º71.43%73.92%-
HSV(B)359.37º40.25%92.55%-
XYZ4938.8430.5-
YUV169.52112.47175.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=45.47%
G=27.17%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614114200.400.400.07359.3771.4373.92
HexEC8D8E028287167474a
Octal354215216050507547107112
Binary111011001000110110001110010100010100011110110011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D8E; }

 p { color: rgb(236,141,142); }

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

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

 a { background-color: rgb(236,141,142); }

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

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

 span { border-color: rgb(236,141,142); }

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