#ED8D9E

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

Shades of Wewak #ED8D9E

Tints of Wewak #ED8D9E

Color information

#ED8D9E (or 0xED8D9E) is unknown color: approx Wewak. HEX triplet: ED, 8D and 9E. RGB value is (237,141,158). Sum of RGB (Red+Green+Blue) = 237+141+158=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D9E is #127261. Grayscale: #ABABAB. Windows color (decimal): -1208930 or 10391021. OLE color: 10391021.

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

Color convert

RGB237141158-
CMYK00.410.330.07
HSL349.38º72.73%74.12%-
HSV(B)349.38º40.51%92.94%-
XYZ50.6239.5237.31-
YUV171.64120.3174.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=44.22%
G=26.31%
B=29.48%

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
Decimal23714115800.410.330.07349.3872.7374.12
HexED8D9E02921715d494a
Octal355215236051417535111112
Binary111011011000110110011110010100110000111110101110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D9E; }

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

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

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

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

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

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

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

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