#E8969A

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

Shades of Wewak #E8969A

Tints of Wewak #E8969A

Color information

#E8969A (or 0xE8969A) is unknown color: approx Wewak. HEX triplet: E8, 96 and 9A. RGB value is (232,150,154). Sum of RGB (Red+Green+Blue) = 232+150+154=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8969A is #176965. Grayscale: #AFAFAF. Windows color (decimal): -1534310 or 10131176. OLE color: 10131176.

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

Color convert

RGB232150154-
CMYK00.350.340.09
HSL357.07º64.06%74.9%-
HSV(B)357.07º35.34%90.98%-
XYZ50.0241.335.91-
YUV174.97116.17168.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.28%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=43.28%
G=27.99%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215015400.350.340.09357.0764.0674.9
HexE8969A023229165404b
Octal3502262320434211545100113
Binary1110100010010110100110100100011100010100110110010110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8969A; }

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

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

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

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

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

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

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

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