#EE959E

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

Shades of Wewak #EE959E

Tints of Wewak #EE959E

Color information

#EE959E (or 0xEE959E) is unknown color: approx Wewak. HEX triplet: EE, 95 and 9E. RGB value is (238,149,158). Sum of RGB (Red+Green+Blue) = 238+149+158=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE959E is #116A61. Grayscale: #B0B0B0. Windows color (decimal): -1141346 or 10393070. OLE color: 10393070.

HSL color Cylindrical-coordinate representation of color #EE959E: hue angle of 353.93º 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 #EE959E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238149158-
CMYK00.370.340.07
HSL353.93º72.36%75.88%-
HSV(B)353.93º37.39%93.33%-
XYZ52.1842.1437.73-
YUV176.64117.49171.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.67%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=43.67%
G=27.34%
B=28.99%

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
Decimal23814915800.370.340.07353.9372.3675.88
HexEE959E025227162484c
Octal356225236045427542110114
Binary111011101001010110011110010010110001011110110001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE959E; }

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

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

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

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

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

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

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

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