#EC8E95

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

Shades of Wewak #EC8E95

Tints of Wewak #EC8E95

Color information

#EC8E95 (or 0xEC8E95) is unknown color: approx Wewak. HEX triplet: EC, 8E and 95. RGB value is (236,142,149). Sum of RGB (Red+Green+Blue) = 236+142+149=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E95 is #13716A. Grayscale: #AAAAAA. Windows color (decimal): -1274219 or 9801452. OLE color: 9801452.

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

Color convert

RGB236142149-
CMYK00.400.370.07
HSL355.53º71.21%74.12%-
HSV(B)355.53º39.83%92.55%-
XYZ49.6939.3533.41-
YUV170.9115.64174.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=44.78%
G=26.94%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614214900.400.370.07355.5371.2174.12
HexEC8E95028257164474a
Octal354216225050457544107112
Binary111011001000111010010101010100010010111110110010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E95; }

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

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

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

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

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

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

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

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