#ED888F

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

Shades of Wewak #ED888F

Tints of Wewak #ED888F

Color information

#ED888F (or 0xED888F) is unknown color: approx Wewak. HEX triplet: ED, 88 and 8F. RGB value is (237,136,143). Sum of RGB (Red+Green+Blue) = 237+136+143=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888F is #127770. Grayscale: #A7A7A7. Windows color (decimal): -1210225 or 9406701. OLE color: 9406701.

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

Color convert

RGB237136143-
CMYK00.430.400.07
HSL355.84º73.72%73.14%-
HSV(B)355.84º42.62%92.94%-
XYZ48.6937.630.68-
YUV167114.46177.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=45.93%
G=26.36%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713614300.430.400.07355.8473.7273.14
HexED888F02B2871644a49
Octal355210217053507544112111
Binary111011011000100010001111010101110100011110110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED888F; }

 p { color: rgb(237,136,143); }

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

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

 a { background-color: rgb(237,136,143); }

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

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

 span { border-color: rgb(237,136,143); }

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