#ED9195

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

Shades of Wewak #ED9195

Tints of Wewak #ED9195

Color information

#ED9195 (or 0xED9195) is unknown color: approx Wewak. HEX triplet: ED, 91 and 95. RGB value is (237,145,149). Sum of RGB (Red+Green+Blue) = 237+145+149=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9195 is #126E6A. Grayscale: #ADADAD. Windows color (decimal): -1207915 or 9802221. OLE color: 9802221.

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

Color convert

RGB237145149-
CMYK00.390.370.07
HSL357.39º71.88%74.9%-
HSV(B)357.39º38.82%92.94%-
XYZ50.4840.4333.58-
YUV172.96114.48173.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=44.63%
G=27.31%
B=28.06%

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
Decimal23714514900.390.370.07357.3971.8874.9
HexED9195027257165484b
Octal355221225047457545110113
Binary111011011001000110010101010011110010111110110010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9195; }

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

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

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

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

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

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

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

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