#EC9193

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

Shades of Wewak #EC9193

Tints of Wewak #EC9193

Color information

#EC9193 (or 0xEC9193) is unknown color: approx Wewak. HEX triplet: EC, 91 and 93. RGB value is (236,145,147). Sum of RGB (Red+Green+Blue) = 236+145+147=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9193 is #136E6C. Grayscale: #ACACAC. Windows color (decimal): -1273453 or 9671148. OLE color: 9671148.

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

Color convert

RGB236145147-
CMYK00.390.380.07
HSL358.68º70.54%74.71%-
HSV(B)358.68º38.56%92.55%-
XYZ49.9840.1932.73-
YUV172.44113.65173.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=44.70%
G=27.46%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614514700.390.380.07358.6870.5474.71
HexEC9193027267167474b
Octal354221223047467547107113
Binary111011001001000110010011010011110011011110110011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9193; }

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

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

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

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

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

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

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

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