#E2969B

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

Shades of Wewak #E2969B

Tints of Wewak #E2969B

Color information

#E2969B (or 0xE2969B) is unknown color: approx Wewak. HEX triplet: E2, 96 and 9B. RGB value is (226,150,155). Sum of RGB (Red+Green+Blue) = 226+150+155=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2969B is #1D6964. Grayscale: #ADADAD. Windows color (decimal): -1927525 or 10196706. OLE color: 10196706.

HSL color Cylindrical-coordinate representation of color #E2969B: hue angle of 356.05º degrees, saturation: 0.57, 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 #E2969B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226150155-
CMYK00.340.310.11
HSL356.05º56.72%73.73%-
HSV(B)356.05º33.63%88.63%-
XYZ48.1940.3536.26-
YUV173.29117.68165.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=42.56%
G=28.25%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615015500.340.310.11356.0556.7273.73
HexE2969B0221FB164394a
Octal342226233042371354471112
Binary11100010100101101001101101000101111110111011001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2969B; }

 p { color: rgb(226,150,155); }

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

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

 a { background-color: rgb(226,150,155); }

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

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

 span { border-color: rgb(226,150,155); }

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