#ED9FA1

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

Shades of Wewak #ED9FA1

Tints of Wewak #ED9FA1

Color information

#ED9FA1 (or 0xED9FA1) is unknown color: approx Wewak. HEX triplet: ED, 9F and A1. RGB value is (237,159,161). Sum of RGB (Red+Green+Blue) = 237+159+161=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA1 is #12605E. Grayscale: #B6B6B6. Windows color (decimal): -1204319 or 10592237. OLE color: 10592237.

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

Color convert

RGB237159161-
CMYK00.330.320.07
HSL358.46º68.42%77.65%-
HSV(B)358.46º32.91%92.94%-
XYZ53.7645.3739.64-
YUV182.55115.84166.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=42.55%
G=28.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715916100.330.320.07358.4668.4277.65
HexED9FA1021207166444e
Octal355237241041407546104116
Binary111011011001111110100001010000110000011110110011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FA1; }

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

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

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

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

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

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

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

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