#ED91A1

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

Shades of Wewak #ED91A1

Tints of Wewak #ED91A1

Color information

#ED91A1 (or 0xED91A1) is unknown color: approx Wewak. HEX triplet: ED, 91 and A1. RGB value is (237,145,161). Sum of RGB (Red+Green+Blue) = 237+145+161=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A1 is #126E5E. Grayscale: #AEAEAE. Windows color (decimal): -1207903 or 10588653. OLE color: 10588653.

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

Color convert

RGB237145161-
CMYK00.390.320.07
HSL349.57º71.88%74.9%-
HSV(B)349.57º38.82%92.94%-
XYZ51.4840.8338.89-
YUV174.33120.48172.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=43.65%
G=26.70%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714516100.390.320.07349.5771.8874.9
HexED91A102720715e484b
Octal355221241047407536110113
Binary111011011001000110100001010011110000011110101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91A1; }

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

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

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

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

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

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

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

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