#E0969A

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

Shades of Wewak #E0969A

Tints of Wewak #E0969A

Color information

#E0969A (or 0xE0969A) is unknown color: approx Wewak. HEX triplet: E0, 96 and 9A. RGB value is (224,150,154). Sum of RGB (Red+Green+Blue) = 224+150+154=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0969A is #1F6965. Grayscale: #ACACAC. Windows color (decimal): -2058598 or 10131168. OLE color: 10131168.

HSL color Cylindrical-coordinate representation of color #E0969A: hue angle of 356.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0969A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224150154-
CMYK00.330.310.12
HSL356.76º54.41%73.33%-
HSV(B)356.76º33.04%87.84%-
XYZ47.4839.9935.79-
YUV172.58117.52164.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=42.42%
G=28.41%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415015400.330.310.12356.7654.4173.33
HexE0969A0211FC1653649
Octal340226232041371454566111
Binary11100000100101101001101001000011111111001011001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0969A; }

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

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

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

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

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

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

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

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