#ED999E

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

Shades of Wewak #ED999E

Tints of Wewak #ED999E

Color information

#ED999E (or 0xED999E) is unknown color: approx Wewak. HEX triplet: ED, 99 and 9E. RGB value is (237,153,158). Sum of RGB (Red+Green+Blue) = 237+153+158=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999E is #126661. Grayscale: #B2B2B2. Windows color (decimal): -1205858 or 10394093. OLE color: 10394093.

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

Color convert

RGB237153158-
CMYK00.350.330.07
HSL356.43º70%76.47%-
HSV(B)356.43º35.44%92.94%-
XYZ52.4943.2637.93-
YUV178.69116.33169.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=43.25%
G=27.92%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715315800.350.330.07356.437076.47
HexED999E023217164464c
Octal355231236043417544106114
Binary111011011001100110011110010001110000111110110010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED999E; }

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

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

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

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

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

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

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

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