#ED8991

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

Shades of Wewak #ED8991

Tints of Wewak #ED8991

Color information

#ED8991 (or 0xED8991) is unknown color: approx Wewak. HEX triplet: ED, 89 and 91. RGB value is (237,137,145). Sum of RGB (Red+Green+Blue) = 237+137+145=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8991 is #12766E. Grayscale: #A7A7A7. Windows color (decimal): -1209967 or 9538029. OLE color: 9538029.

HSL color Cylindrical-coordinate representation of color #ED8991: hue angle of 355.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8991 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237137145-
CMYK00.420.390.07
HSL355.2º73.53%73.33%-
HSV(B)355.2º42.19%92.94%-
XYZ48.9837.9431.53-
YUV167.81115.13177.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=45.66%
G=26.40%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713714500.420.390.07355.273.5373.33
HexED899102A2771634a49
Octal355211221052477543112111
Binary111011011000100110010001010101010011111110110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8991; }

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

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

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

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

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

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

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

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