#EC9293

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

Shades of Wewak #EC9293

Tints of Wewak #EC9293

Color information

#EC9293 (or 0xEC9293) is unknown color: approx Wewak. HEX triplet: EC, 92 and 93. RGB value is (236,146,147). Sum of RGB (Red+Green+Blue) = 236+146+147=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9293 is #136D6C. Grayscale: #ADADAD. Windows color (decimal): -1273197 or 9671404. OLE color: 9671404.

HSL color Cylindrical-coordinate representation of color #EC9293: hue angle of 359.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9293 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236146147-
CMYK00.380.380.07
HSL359.33º70.31%74.9%-
HSV(B)359.33º38.14%92.55%-
XYZ50.1440.532.78-
YUV173.02113.32172.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=44.61%
G=27.60%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614614700.380.380.07359.3370.3174.9
HexEC9293026267167464b
Octal354222223046467547106113
Binary111011001001001010010011010011010011011110110011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9293; }

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

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

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

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

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

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

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

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