#E3969A

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

Shades of Wewak #E3969A

Tints of Wewak #E3969A

Color information

#E3969A (or 0xE3969A) is unknown color: approx Wewak. HEX triplet: E3, 96 and 9A. RGB value is (227,150,154). Sum of RGB (Red+Green+Blue) = 227+150+154=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3969A is #1C6965. Grayscale: #ADADAD. Windows color (decimal): -1861990 or 10131171. OLE color: 10131171.

HSL color Cylindrical-coordinate representation of color #E3969A: hue angle of 356.88º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3969A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB227150154-
CMYK00.340.320.11
HSL356.88º57.89%73.92%-
HSV(B)356.88º33.92%89.02%-
XYZ48.4240.4835.83-
YUV173.48117.01166.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=42.75%
G=28.25%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715015400.340.320.11356.8857.8973.92
HexE3969A02220B1653a4a
Octal343226232042401354572112
Binary111000111001011010011010010001010000010111011001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3969A; }

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

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

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

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

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

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

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

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