#ED8E99

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

Shades of Wewak #ED8E99

Tints of Wewak #ED8E99

Color information

#ED8E99 (or 0xED8E99) is unknown color: approx Wewak. HEX triplet: ED, 8E and 99. RGB value is (237,142,153). Sum of RGB (Red+Green+Blue) = 237+142+153=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E99 is #127166. Grayscale: #ABABAB. Windows color (decimal): -1208679 or 10063597. OLE color: 10063597.

HSL color Cylindrical-coordinate representation of color #ED8E99: hue angle of 353.05º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8E99 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237142153-
CMYK00.400.350.07
HSL353.05º72.52%74.31%-
HSV(B)353.05º40.08%92.94%-
XYZ50.3539.6535.14-
YUV171.66117.47174.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=44.55%
G=26.69%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714215300.400.350.07353.0572.5274.31
HexED8E99028237161494a
Octal355216231050437541111112
Binary111011011000111010011001010100010001111110110000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E99; }

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

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

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

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

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

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

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

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