#E8969C

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

Shades of Wewak #E8969C

Tints of Wewak #E8969C

Color information

#E8969C (or 0xE8969C) is unknown color: approx Wewak. HEX triplet: E8, 96 and 9C. RGB value is (232,150,156). Sum of RGB (Red+Green+Blue) = 232+150+156=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8969C is #176963. Grayscale: #AFAFAF. Windows color (decimal): -1534308 or 10262248. OLE color: 10262248.

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

Color convert

RGB232150156-
CMYK00.350.330.09
HSL355.61º64.06%74.9%-
HSV(B)355.61º35.34%90.98%-
XYZ50.1941.3736.79-
YUV175.2117.17168.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.12%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=43.12%
G=27.88%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215015600.350.330.09355.6164.0674.9
HexE8969C023219164404b
Octal3502262340434111544100113
Binary1110100010010110100111000100011100001100110110010010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8969C; }

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

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

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

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

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

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

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

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