#EE959D

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

Shades of Wewak #EE959D

Tints of Wewak #EE959D

Color information

#EE959D (or 0xEE959D) is unknown color: approx Wewak. HEX triplet: EE, 95 and 9D. RGB value is (238,149,157). Sum of RGB (Red+Green+Blue) = 238+149+157=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE959D is #116A62. Grayscale: #B0B0B0. Windows color (decimal): -1141347 or 10327534. OLE color: 10327534.

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

Color convert

RGB238149157-
CMYK00.370.340.07
HSL354.61º72.36%75.88%-
HSV(B)354.61º37.39%93.33%-
XYZ52.0942.1137.28-
YUV176.52116.99171.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=43.75%
G=27.39%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814915700.370.340.07354.6172.3675.88
HexEE959D025227163484c
Octal356225235045427543110114
Binary111011101001010110011101010010110001011110110001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE959D; }

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

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

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

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

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

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

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

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