#EE8D94

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

Shades of Wewak #EE8D94

Tints of Wewak #EE8D94

Color information

#EE8D94 (or 0xEE8D94) is unknown color: approx Wewak. HEX triplet: EE, 8D and 94. RGB value is (238,141,148). Sum of RGB (Red+Green+Blue) = 238+141+148=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D94 is #11726B. Grayscale: #AAAAAA. Windows color (decimal): -1143404 or 9735662. OLE color: 9735662.

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

Color convert

RGB238141148-
CMYK00.410.380.07
HSL355.67º74.05%74.31%-
HSV(B)355.67º40.76%93.33%-
XYZ50.1339.3732.97-
YUV170.8115.14175.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=45.16%
G=26.76%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814114800.410.380.07355.6774.0574.31
HexEE8D940292671644a4a
Octal356215224051467544112112
Binary111011101000110110010100010100110011011110110010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D94; }

 p { color: rgb(238,141,148); }

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

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

 a { background-color: rgb(238,141,148); }

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

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

 span { border-color: rgb(238,141,148); }

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