#EE929D

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

Shades of Wewak #EE929D

Tints of Wewak #EE929D

Color information

#EE929D (or 0xEE929D) is unknown color: approx Wewak. HEX triplet: EE, 92 and 9D. RGB value is (238,146,157). Sum of RGB (Red+Green+Blue) = 238+146+157=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE929D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE929D is #116D62. Grayscale: #AEAEAE. Windows color (decimal): -1142115 or 10326766. OLE color: 10326766.

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

Color convert

RGB238146157-
CMYK00.390.340.07
HSL352.83º73.02%75.29%-
HSV(B)352.83º38.66%93.33%-
XYZ51.6241.1737.12-
YUV174.76117.98173.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=43.99%
G=26.99%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814615700.390.340.07352.8373.0275.29
HexEE929D027227161494b
Octal356222235047427541111113
Binary111011101001001010011101010011110001011110110000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE929D; }

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

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

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

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

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

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

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

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