#ED8B97

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

Shades of Wewak #ED8B97

Tints of Wewak #ED8B97

Color information

#ED8B97 (or 0xED8B97) is unknown color: approx Wewak. HEX triplet: ED, 8B and 97. RGB value is (237,139,151). Sum of RGB (Red+Green+Blue) = 237+139+151=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B97 is #127468. Grayscale: #A9A9A9. Windows color (decimal): -1209449 or 9931757. OLE color: 9931757.

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

Color convert

RGB237139151-
CMYK00.410.360.07
HSL352.65º73.13%73.73%-
HSV(B)352.65º41.35%92.94%-
XYZ49.7438.734.13-
YUV169.67117.47176.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=44.97%
G=26.38%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713915100.410.360.07352.6573.1373.73
HexED8B97029247161494a
Octal355213227051447541111112
Binary111011011000101110010111010100110010011110110000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B97; }

 p { color: rgb(237,139,151); }

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

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

 a { background-color: rgb(237,139,151); }

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

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

 span { border-color: rgb(237,139,151); }

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