#ED8990

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

Shades of Wewak #ED8990

Tints of Wewak #ED8990

Color information

#ED8990 (or 0xED8990) is unknown color: approx Wewak. HEX triplet: ED, 89 and 90. RGB value is (237,137,144). Sum of RGB (Red+Green+Blue) = 237+137+144=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8990 is #12766F. Grayscale: #A7A7A7. Windows color (decimal): -1209968 or 9472493. OLE color: 9472493.

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

Color convert

RGB237137144-
CMYK00.420.390.07
HSL355.8º73.53%73.33%-
HSV(B)355.8º42.19%92.94%-
XYZ48.937.9131.13-
YUV167.7114.63177.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=45.75%
G=26.45%
B=27.80%

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
Decimal23713714400.420.390.07355.873.5373.33
HexED899002A2771644a49
Octal355211220052477544112111
Binary111011011000100110010000010101010011111110110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8990; }

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

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

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

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

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

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

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

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