#ED8B94

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

Shades of Wewak #ED8B94

Tints of Wewak #ED8B94

Color information

#ED8B94 (or 0xED8B94) is unknown color: approx Wewak. HEX triplet: ED, 8B and 94. RGB value is (237,139,148). Sum of RGB (Red+Green+Blue) = 237+139+148=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B94 is #12746B. Grayscale: #A9A9A9. Windows color (decimal): -1209452 or 9735149. OLE color: 9735149.

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

Color convert

RGB237139148-
CMYK00.410.380.07
HSL354.49º73.13%73.73%-
HSV(B)354.49º41.35%92.94%-
XYZ49.538.6132.86-
YUV169.33115.97176.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=45.23%
G=26.53%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713914800.410.380.07354.4973.1373.73
HexED8B94029267162494a
Octal355213224051467542111112
Binary111011011000101110010100010100110011011110110001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B94; }

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

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

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

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

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

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

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

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