#E2989E

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

Shades of Wewak #E2989E

Tints of Wewak #E2989E

Color information

#E2989E (or 0xE2989E) is unknown color: approx Wewak. HEX triplet: E2, 98 and 9E. RGB value is (226,152,158). Sum of RGB (Red+Green+Blue) = 226+152+158=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989E is #1D6761. Grayscale: #AEAEAE. Windows color (decimal): -1927010 or 10393826. OLE color: 10393826.

HSL color Cylindrical-coordinate representation of color #E2989E: hue angle of 355.14º 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 #E2989E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226152158-
CMYK00.330.300.11
HSL355.14º56.06%74.12%-
HSV(B)355.14º32.74%88.63%-
XYZ48.7641.0937.71-
YUV174.81118.52164.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=42.16%
G=28.36%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615215800.330.300.11355.1456.0674.12
HexE2989E0211EB163384a
Octal342230236041361354370112
Binary11100010100110001001111001000011111010111011000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2989E; }

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

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

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

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

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

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

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

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