#EC8E93

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

Shades of Wewak #EC8E93

Tints of Wewak #EC8E93

Color information

#EC8E93 (or 0xEC8E93) is unknown color: approx Wewak. HEX triplet: EC, 8E and 93. RGB value is (236,142,147). Sum of RGB (Red+Green+Blue) = 236+142+147=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E93 is #13716C. Grayscale: #AAAAAA. Windows color (decimal): -1274221 or 9670380. OLE color: 9670380.

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

Color convert

RGB236142147-
CMYK00.400.380.07
HSL356.81º71.21%74.12%-
HSV(B)356.81º39.83%92.55%-
XYZ49.5339.2932.58-
YUV170.68114.64174.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 147 (57.81% from 255) = 28%
R=44.95%
G=27.05%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614214700.400.380.07356.8171.2174.12
HexEC8E93028267165474a
Octal354216223050467545107112
Binary111011001000111010010011010100010011011110110010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E93; }

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

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

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

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

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

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

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

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