#E7969E

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

Shades of Wewak #E7969E

Tints of Wewak #E7969E

Color information

#E7969E (or 0xE7969E) is unknown color: approx Wewak. HEX triplet: E7, 96 and 9E. RGB value is (231,150,158). Sum of RGB (Red+Green+Blue) = 231+150+158=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7969E is #186961. Grayscale: #AFAFAF. Windows color (decimal): -1599842 or 10393319. OLE color: 10393319.

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

Color convert

RGB231150158-
CMYK00.350.320.09
HSL354.07º62.79%74.71%-
HSV(B)354.07º35.06%90.59%-
XYZ50.0341.2737.68-
YUV175.13118.34167.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=42.86%
G=27.83%
B=29.31%

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
Decimal23115015800.350.320.09354.0762.7974.71
HexE7969E0232091623f4b
Octal347226236043401154277113
Binary111001111001011010011110010001110000010011011000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7969E; }

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

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

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

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

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

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

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

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