#ED8B99

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

Shades of Wewak #ED8B99

Tints of Wewak #ED8B99

Color information

#ED8B99 (or 0xED8B99) is unknown color: approx Wewak. HEX triplet: ED, 8B and 99. RGB value is (237,139,153). Sum of RGB (Red+Green+Blue) = 237+139+153=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B99 is #127466. Grayscale: #A9A9A9. Windows color (decimal): -1209447 or 10062829. OLE color: 10062829.

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

Color convert

RGB237139153-
CMYK00.410.350.07
HSL351.43º73.13%73.73%-
HSV(B)351.43º41.35%92.94%-
XYZ49.9138.7734.99-
YUV169.9118.47175.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=44.80%
G=26.28%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713915300.410.350.07351.4373.1373.73
HexED8B9902923715f494a
Octal355213231051437537111112
Binary111011011000101110011001010100110001111110101111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B99; }

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

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

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

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

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

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

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

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