#ED9094

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

Shades of Wewak #ED9094

Tints of Wewak #ED9094

Color information

#ED9094 (or 0xED9094) is unknown color: approx Wewak. HEX triplet: ED, 90 and 94. RGB value is (237,144,148). Sum of RGB (Red+Green+Blue) = 237+144+148=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9094 is #126F6B. Grayscale: #ACACAC. Windows color (decimal): -1208172 or 9736429. OLE color: 9736429.

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

Color convert

RGB237144148-
CMYK00.390.380.07
HSL357.42º72.09%74.71%-
HSV(B)357.42º39.24%92.94%-
XYZ50.2440.0933.11-
YUV172.26114.31174.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=44.80%
G=27.22%
B=27.98%

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
Decimal23714414800.390.380.07357.4272.0974.71
HexED9094027267165484b
Octal355220224047467545110113
Binary111011011001000010010100010011110011011110110010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9094; }

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

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

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

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

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

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

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

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