#EE949D

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

Shades of Wewak #EE949D

Tints of Wewak #EE949D

Color information

#EE949D (or 0xEE949D) is unknown color: approx Wewak. HEX triplet: EE, 94 and 9D. RGB value is (238,148,157). Sum of RGB (Red+Green+Blue) = 238+148+157=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE949D is #116B62. Grayscale: #AFAFAF. Windows color (decimal): -1141603 or 10327278. OLE color: 10327278.

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

Color convert

RGB238148157-
CMYK00.380.340.07
HSL354º72.58%75.69%-
HSV(B)354º37.82%93.33%-
XYZ51.9441.7937.23-
YUV175.94117.32172.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=43.83%
G=27.26%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814815700.380.340.0735472.5875.69
HexEE949D026227162494c
Octal356224235046427542111114
Binary111011101001010010011101010011010001011110110001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE949D; }

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

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

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

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

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

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

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

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