#EE96A3

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

Shades of Wewak #EE96A3

Tints of Wewak #EE96A3

Color information

#EE96A3 (or 0xEE96A3) is unknown color: approx Wewak. HEX triplet: EE, 96 and A3. RGB value is (238,150,163). Sum of RGB (Red+Green+Blue) = 238+150+163=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A3 is #11695C. Grayscale: #B1B1B1. Windows color (decimal): -1141085 or 10721006. OLE color: 10721006.

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

Color convert

RGB238150163-
CMYK00.370.320.07
HSL351.14º72.13%76.08%-
HSV(B)351.14º36.97%93.33%-
XYZ52.7842.6340.1-
YUV177.79119.65170.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.19%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 163 (64.06% from 255) = 29.58%
R=43.19%
G=27.22%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815016300.370.320.07351.1472.1376.08
HexEE96A302520715f484c
Octal356226243045407537110114
Binary111011101001011010100011010010110000011110101111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96A3; }

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

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

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

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

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

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

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

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