#EE9B9D

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

Shades of Wewak #EE9B9D

Tints of Wewak #EE9B9D

Color information

#EE9B9D (or 0xEE9B9D) is unknown color: approx Wewak. HEX triplet: EE, 9B and 9D. RGB value is (238,155,157). Sum of RGB (Red+Green+Blue) = 238+155+157=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9B9D is #116462. Grayscale: #B4B4B4. Windows color (decimal): -1139811 or 10329070. OLE color: 10329070.

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

Color convert

RGB238155157-
CMYK00.350.340.07
HSL358.55º70.94%77.06%-
HSV(B)358.55º34.87%93.33%-
XYZ53.0744.0537.6-
YUV180.04115169.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=43.27%
G=28.18%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815515700.350.340.07358.5570.9477.06
HexEE9B9D023227167474d
Octal356233235043427547107115
Binary111011101001101110011101010001110001011110110011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9B9D; }

 p { color: rgb(238,155,157); }

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

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

 a { background-color: rgb(238,155,157); }

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

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

 span { border-color: rgb(238,155,157); }

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