#ED90A0

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

Shades of Wewak #ED90A0

Tints of Wewak #ED90A0

Color information

#ED90A0 (or 0xED90A0) is unknown color: approx Wewak. HEX triplet: ED, 90 and A0. RGB value is (237,144,160). Sum of RGB (Red+Green+Blue) = 237+144+160=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A0 is #126F5F. Grayscale: #ADADAD. Windows color (decimal): -1208160 or 10522861. OLE color: 10522861.

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

Color convert

RGB237144160-
CMYK00.390.320.07
HSL349.68º72.09%74.71%-
HSV(B)349.68º39.24%92.94%-
XYZ51.2440.4938.37-
YUV173.63120.31173.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=43.81%
G=26.62%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714416000.390.320.07349.6872.0974.71
HexED90A002720715e484b
Octal355220240047407536110113
Binary111011011001000010100000010011110000011110101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90A0; }

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

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

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

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

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

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

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

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