#EC8E96

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

Shades of Wewak #EC8E96

Tints of Wewak #EC8E96

Color information

#EC8E96 (or 0xEC8E96) is unknown color: approx Wewak. HEX triplet: EC, 8E and 96. RGB value is (236,142,150). Sum of RGB (Red+Green+Blue) = 236+142+150=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E96 is #137169. Grayscale: #ABABAB. Windows color (decimal): -1274218 or 9866988. OLE color: 9866988.

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

Color convert

RGB236142150-
CMYK00.400.360.07
HSL354.89º71.21%74.12%-
HSV(B)354.89º39.83%92.55%-
XYZ49.7739.3833.83-
YUV171.02116.14174.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=44.70%
G=26.89%
B=28.41%

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
Decimal23614215000.400.360.07354.8971.2174.12
HexEC8E96028247163474a
Octal354216226050447543107112
Binary111011001000111010010110010100010010011110110001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E96; }

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

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

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

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

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

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

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

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