#ED8E98

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

Shades of Wewak #ED8E98

Tints of Wewak #ED8E98

Color information

#ED8E98 (or 0xED8E98) is unknown color: approx Wewak. HEX triplet: ED, 8E and 98. RGB value is (237,142,152). Sum of RGB (Red+Green+Blue) = 237+142+152=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E98 is #127167. Grayscale: #ABABAB. Windows color (decimal): -1208680 or 9998061. OLE color: 9998061.

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

Color convert

RGB237142152-
CMYK00.400.360.07
HSL353.68º72.52%74.31%-
HSV(B)353.68º40.08%92.94%-
XYZ50.2739.6234.7-
YUV171.54116.97174.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=44.63%
G=26.74%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714215200.400.360.07353.6872.5274.31
HexED8E98028247162494a
Octal355216230050447542111112
Binary111011011000111010011000010100010010011110110001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E98; }

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

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

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

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

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

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

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

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