#ED9395

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

Shades of Wewak #ED9395

Tints of Wewak #ED9395

Color information

#ED9395 (or 0xED9395) is unknown color: approx Wewak. HEX triplet: ED, 93 and 95. RGB value is (237,147,149). Sum of RGB (Red+Green+Blue) = 237+147+149=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9395 is #126C6A. Grayscale: #AEAEAE. Windows color (decimal): -1207403 or 9802733. OLE color: 9802733.

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

Color convert

RGB237147149-
CMYK00.380.370.07
HSL358.67º71.43%75.29%-
HSV(B)358.67º37.97%92.94%-
XYZ50.7841.0433.68-
YUV174.14113.82172.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=44.47%
G=27.58%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714714900.380.370.07358.6771.4375.29
HexED9395026257167474b
Octal355223225046457547107113
Binary111011011001001110010101010011010010111110110011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9395; }

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

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

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

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

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

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

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

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