#E2989B

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

Shades of Wewak #E2989B

Tints of Wewak #E2989B

Color information

#E2989B (or 0xE2989B) is unknown color: approx Wewak. HEX triplet: E2, 98 and 9B. RGB value is (226,152,155). Sum of RGB (Red+Green+Blue) = 226+152+155=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989B is #1D6764. Grayscale: #AEAEAE. Windows color (decimal): -1927013 or 10197218. OLE color: 10197218.

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

Color convert

RGB226152155-
CMYK00.330.310.11
HSL357.57º56.06%74.12%-
HSV(B)357.57º32.74%88.63%-
XYZ48.5140.9936.37-
YUV174.47117.02164.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=42.40%
G=28.52%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615215500.330.310.11357.5756.0674.12
HexE2989B0211FB166384a
Octal342230233041371354670112
Binary11100010100110001001101101000011111110111011001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2989B; }

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

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

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

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

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

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

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

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