#ED9FA6

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

Shades of Wewak #ED9FA6

Tints of Wewak #ED9FA6

Color information

#ED9FA6 (or 0xED9FA6) is unknown color: approx Wewak. HEX triplet: ED, 9F and A6. RGB value is (237,159,166). Sum of RGB (Red+Green+Blue) = 237+159+166=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA6 is #126059. Grayscale: #B7B7B7. Windows color (decimal): -1204314 or 10919917. OLE color: 10919917.

HSL color Cylindrical-coordinate representation of color #ED9FA6: hue angle of 354.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FA6 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237159166-
CMYK00.330.300.07
HSL354.62º68.42%77.65%-
HSV(B)354.62º32.91%92.94%-
XYZ54.2145.5542.01-
YUV183.12118.34166.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=42.17%
G=28.29%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715916600.330.300.07354.6268.4277.65
HexED9FA60211E7163444e
Octal355237246041367543104116
Binary11101101100111111010011001000011111011110110001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FA6; }

 p { color: rgb(237,159,166); }

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

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

 a { background-color: rgb(237,159,166); }

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

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

 span { border-color: rgb(237,159,166); }

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