#E3969C

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

Shades of Wewak #E3969C

Tints of Wewak #E3969C

Color information

#E3969C (or 0xE3969C) is unknown color: approx Wewak. HEX triplet: E3, 96 and 9C. RGB value is (227,150,156). Sum of RGB (Red+Green+Blue) = 227+150+156=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E3969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3969C is #1C6963. Grayscale: #ADADAD. Windows color (decimal): -1861988 or 10262243. OLE color: 10262243.

HSL color Cylindrical-coordinate representation of color #E3969C: hue angle of 355.32º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3969C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB227150156-
CMYK00.340.310.11
HSL355.32º57.89%73.92%-
HSV(B)355.32º33.92%89.02%-
XYZ48.5940.5436.72-
YUV173.71118.01166.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=42.59%
G=28.14%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715015600.340.310.11355.3257.8973.92
HexE3969C0221FB1633a4a
Octal343226234042371354372112
Binary11100011100101101001110001000101111110111011000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3969C; }

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

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

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

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

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

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

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

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