#ED9193

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

Shades of Wewak #ED9193

Tints of Wewak #ED9193

Color information

#ED9193 (or 0xED9193) is unknown color: approx Wewak. HEX triplet: ED, 91 and 93. RGB value is (237,145,147). Sum of RGB (Red+Green+Blue) = 237+145+147=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9193 is #126E6C. Grayscale: #ACACAC. Windows color (decimal): -1207917 or 9671149. OLE color: 9671149.

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

Color convert

RGB237145147-
CMYK00.390.380.07
HSL358.7º71.88%74.9%-
HSV(B)358.7º38.82%92.94%-
XYZ50.3240.3632.74-
YUV172.74113.48173.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=44.80%
G=27.41%
B=27.79%

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
Decimal23714514700.390.380.07358.771.8874.9
HexED9193027267167484b
Octal355221223047467547110113
Binary111011011001000110010011010011110011011110110011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9193; }

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

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

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

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

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

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

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

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