#ED9098

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

Shades of Wewak #ED9098

Tints of Wewak #ED9098

Color information

#ED9098 (or 0xED9098) is unknown color: approx Wewak. HEX triplet: ED, 90 and 98. RGB value is (237,144,152). Sum of RGB (Red+Green+Blue) = 237+144+152=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9098 is #126F67. Grayscale: #ACACAC. Windows color (decimal): -1208168 or 9998573. OLE color: 9998573.

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

Color convert

RGB237144152-
CMYK00.390.360.07
HSL354.84º72.09%74.71%-
HSV(B)354.84º39.24%92.94%-
XYZ50.5740.2234.8-
YUV172.72116.31173.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=44.47%
G=27.02%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714415200.390.360.07354.8472.0974.71
HexED9098027247163484b
Octal355220230047447543110113
Binary111011011001000010011000010011110010011110110001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9098; }

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

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

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

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

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

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

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

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