#EC9195

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

Shades of Wewak #EC9195

Tints of Wewak #EC9195

Color information

#EC9195 (or 0xEC9195) is unknown color: approx Wewak. HEX triplet: EC, 91 and 95. RGB value is (236,145,149). Sum of RGB (Red+Green+Blue) = 236+145+149=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9195 is #136E6A. Grayscale: #ACACAC. Windows color (decimal): -1273451 or 9802220. OLE color: 9802220.

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

Color convert

RGB236145149-
CMYK00.390.370.07
HSL357.36º70.54%74.71%-
HSV(B)357.36º38.56%92.55%-
XYZ50.1440.2533.56-
YUV172.66114.65173.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=44.53%
G=27.36%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614514900.390.370.07357.3670.5474.71
HexEC9195027257165474b
Octal354221225047457545107113
Binary111011001001000110010101010011110010111110110010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9195; }

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

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

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

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

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

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

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

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