#ED8D9F

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

Shades of Wewak #ED8D9F

Tints of Wewak #ED8D9F

Color information

#ED8D9F (or 0xED8D9F) is unknown color: approx Wewak. HEX triplet: ED, 8D and 9F. RGB value is (237,141,159). Sum of RGB (Red+Green+Blue) = 237+141+159=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D9F is #127260. Grayscale: #ABABAB. Windows color (decimal): -1208929 or 10456557. OLE color: 10456557.

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

Color convert

RGB237141159-
CMYK00.410.330.07
HSL348.75º72.73%74.12%-
HSV(B)348.75º40.51%92.94%-
XYZ50.7139.5637.76-
YUV171.76120.8174.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=44.13%
G=26.26%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714115900.410.330.07348.7572.7374.12
HexED8D9F02921715d494a
Octal355215237051417535111112
Binary111011011000110110011111010100110000111110101110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D9F; }

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

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

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

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

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

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

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

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