#ED909E

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

Shades of Wewak #ED909E

Tints of Wewak #ED909E

Color information

#ED909E (or 0xED909E) is unknown color: approx Wewak. HEX triplet: ED, 90 and 9E. RGB value is (237,144,158). Sum of RGB (Red+Green+Blue) = 237+144+158=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909E is #126F61. Grayscale: #ADADAD. Windows color (decimal): -1208162 or 10391789. OLE color: 10391789.

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

Color convert

RGB237144158-
CMYK00.390.330.07
HSL350.97º72.09%74.71%-
HSV(B)350.97º39.24%92.94%-
XYZ51.0740.4237.46-
YUV173.4119.31173.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=43.97%
G=26.72%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714415800.390.330.07350.9772.0974.71
HexED909E02721715f484b
Octal355220236047417537110113
Binary111011011001000010011110010011110000111110101111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED909E; }

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

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

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

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

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

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

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

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