#EC8E97

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

Shades of Wewak #EC8E97

Tints of Wewak #EC8E97

Color information

#EC8E97 (or 0xEC8E97) is unknown color: approx Wewak. HEX triplet: EC, 8E and 97. RGB value is (236,142,151). Sum of RGB (Red+Green+Blue) = 236+142+151=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E97 is #137168. Grayscale: #ABABAB. Windows color (decimal): -1274217 or 9932524. OLE color: 9932524.

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

Color convert

RGB236142151-
CMYK00.400.360.07
HSL354.26º71.21%74.12%-
HSV(B)354.26º39.83%92.55%-
XYZ49.8539.4134.26-
YUV171.13116.64174.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=44.61%
G=26.84%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614215100.400.360.07354.2671.2174.12
HexEC8E97028247162474a
Octal354216227050447542107112
Binary111011001000111010010111010100010010011110110001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E97; }

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

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

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

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

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

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

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

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