#ED909F

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

Shades of Wewak #ED909F

Tints of Wewak #ED909F

Color information

#ED909F (or 0xED909F) is unknown color: approx Wewak. HEX triplet: ED, 90 and 9F. RGB value is (237,144,159). Sum of RGB (Red+Green+Blue) = 237+144+159=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909F is #126F60. Grayscale: #ADADAD. Windows color (decimal): -1208161 or 10457325. OLE color: 10457325.

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

Color convert

RGB237144159-
CMYK00.390.330.07
HSL350.32º72.09%74.71%-
HSV(B)350.32º39.24%92.94%-
XYZ51.1640.4537.91-
YUV173.52119.81173.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=43.89%
G=26.67%
B=29.44%

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
Decimal23714415900.390.330.07350.3272.0974.71
HexED909F02721715e484b
Octal355220237047417536110113
Binary111011011001000010011111010011110000111110101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED909F; }

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

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

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

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

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

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

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

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