#ED9295

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

Shades of Wewak #ED9295

Tints of Wewak #ED9295

Color information

#ED9295 (or 0xED9295) is unknown color: approx Wewak. HEX triplet: ED, 92 and 95. RGB value is (237,146,149). Sum of RGB (Red+Green+Blue) = 237+146+149=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9295 is #126D6A. Grayscale: #ADADAD. Windows color (decimal): -1207659 or 9802477. OLE color: 9802477.

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

Color convert

RGB237146149-
CMYK00.380.370.07
HSL358.02º71.65%75.1%-
HSV(B)358.02º38.4%92.94%-
XYZ50.6340.7333.63-
YUV173.55114.15173.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=44.55%
G=27.44%
B=28.01%

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
Decimal23714614900.380.370.07358.0271.6575.1
HexED9295026257166484b
Octal355222225046457546110113
Binary111011011001001010010101010011010010111110110011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9295; }

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

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

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

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

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

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

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

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