#EE9D9F

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

Shades of Wewak #EE9D9F

Tints of Wewak #EE9D9F

Color information

#EE9D9F (or 0xEE9D9F) is unknown color: approx Wewak. HEX triplet: EE, 9D and 9F. RGB value is (238,157,159). Sum of RGB (Red+Green+Blue) = 238+157+159=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9D9F is #116260. Grayscale: #B5B5B5. Windows color (decimal): -1139297 or 10460654. OLE color: 10460654.

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

Color convert

RGB238157159-
CMYK00.340.330.07
HSL358.52º70.43%77.45%-
HSV(B)358.52º34.03%93.33%-
XYZ53.5744.7938.62-
YUV181.45115.34168.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=42.96%
G=28.34%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815715900.340.330.07358.5270.4377.45
HexEE9D9F022217167464d
Octal356235237042417547106115
Binary111011101001110110011111010001010000111110110011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D9F; }

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

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

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

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

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

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

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

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