#E7969C

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

Shades of Wewak #E7969C

Tints of Wewak #E7969C

Color information

#E7969C (or 0xE7969C) is unknown color: approx Wewak. HEX triplet: E7, 96 and 9C. RGB value is (231,150,156). Sum of RGB (Red+Green+Blue) = 231+150+156=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969C is #186963. Grayscale: #AEAEAE. Windows color (decimal): -1599844 or 10262247. OLE color: 10262247.

HSL color Cylindrical-coordinate representation of color #E7969C: hue angle of 355.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7969C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231150156-
CMYK00.350.320.09
HSL355.56º62.79%74.71%-
HSV(B)355.56º35.06%90.59%-
XYZ49.8641.236.78-
YUV174.9117.34168.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=43.02%
G=27.93%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115015600.350.320.09355.5662.7974.71
HexE7969C0232091643f4b
Octal347226234043401154477113
Binary111001111001011010011100010001110000010011011001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7969C; }

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

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

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

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

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

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

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

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