#ED9194

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

Shades of Wewak #ED9194

Tints of Wewak #ED9194

Color information

#ED9194 (or 0xED9194) is unknown color: approx Wewak. HEX triplet: ED, 91 and 94. RGB value is (237,145,148). Sum of RGB (Red+Green+Blue) = 237+145+148=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9194 is #126E6B. Grayscale: #ACACAC. Windows color (decimal): -1207916 or 9736685. OLE color: 9736685.

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

Color convert

RGB237145148-
CMYK00.390.380.07
HSL358.04º71.88%74.9%-
HSV(B)358.04º38.82%92.94%-
XYZ50.440.3933.16-
YUV172.85113.98173.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=44.72%
G=27.36%
B=27.92%

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
Decimal23714514800.390.380.07358.0471.8874.9
HexED9194027267166484b
Octal355221224047467546110113
Binary111011011001000110010100010011110011011110110011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9194; }

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

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

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

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

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

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

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

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