#EE969C

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

Shades of Wewak #EE969C

Tints of Wewak #EE969C

Color information

#EE969C (or 0xEE969C) is unknown color: approx Wewak. HEX triplet: EE, 96 and 9C. RGB value is (238,150,156). Sum of RGB (Red+Green+Blue) = 238+150+156=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969C is #116963. Grayscale: #B1B1B1. Windows color (decimal): -1141092 or 10262254. OLE color: 10262254.

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

Color convert

RGB238150156-
CMYK00.370.340.07
HSL355.91º72.13%76.08%-
HSV(B)355.91º36.97%93.33%-
XYZ52.1742.3936.89-
YUV177116.15171.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=43.75%
G=27.57%
B=28.68%

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
Decimal23815015600.370.340.07355.9172.1376.08
HexEE969C025227164484c
Octal356226234045427544110114
Binary111011101001011010011100010010110001011110110010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE969C; }

 p { color: rgb(238,150,156); }

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

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

 a { background-color: rgb(238,150,156); }

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

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

 span { border-color: rgb(238,150,156); }

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