#ED9197

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

Shades of Wewak #ED9197

Tints of Wewak #ED9197

Color information

#ED9197 (or 0xED9197) is unknown color: approx Wewak. HEX triplet: ED, 91 and 97. RGB value is (237,145,151). Sum of RGB (Red+Green+Blue) = 237+145+151=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9197 is #126E68. Grayscale: #ADADAD. Windows color (decimal): -1207913 or 9933293. OLE color: 9933293.

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

Color convert

RGB237145151-
CMYK00.390.360.07
HSL356.09º71.88%74.9%-
HSV(B)356.09º38.82%92.94%-
XYZ50.6440.4934.42-
YUV173.19115.48173.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=44.47%
G=27.20%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714515100.390.360.07356.0971.8874.9
HexED9197027247164484b
Octal355221227047447544110113
Binary111011011001000110010111010011110010011110110010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9197; }

 p { color: rgb(237,145,151); }

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

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

 a { background-color: rgb(237,145,151); }

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

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

 span { border-color: rgb(237,145,151); }

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