#ED9294

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

Shades of Wewak #ED9294

Tints of Wewak #ED9294

Color information

#ED9294 (or 0xED9294) is unknown color: approx Wewak. HEX triplet: ED, 92 and 94. RGB value is (237,146,148). Sum of RGB (Red+Green+Blue) = 237+146+148=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9294 is #126D6B. Grayscale: #ADADAD. Windows color (decimal): -1207660 or 9736941. OLE color: 9736941.

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

Color convert

RGB237146148-
CMYK00.380.380.07
HSL358.68º71.65%75.1%-
HSV(B)358.68º38.4%92.94%-
XYZ50.5540.733.21-
YUV173.44113.65173.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=44.63%
G=27.50%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714614800.380.380.07358.6871.6575.1
HexED9294026267167484b
Octal355222224046467547110113
Binary111011011001001010010100010011010011011110110011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9294; }

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

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

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

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

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

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

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

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