#E2989A

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

Shades of Wewak #E2989A

Tints of Wewak #E2989A

Color information

#E2989A (or 0xE2989A) is unknown color: approx Wewak. HEX triplet: E2, 98 and 9A. RGB value is (226,152,154). Sum of RGB (Red+Green+Blue) = 226+152+154=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989A is #1D6765. Grayscale: #AEAEAE. Windows color (decimal): -1927014 or 10131682. OLE color: 10131682.

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

Color convert

RGB226152154-
CMYK00.330.320.11
HSL358.38º56.06%74.12%-
HSV(B)358.38º32.74%88.63%-
XYZ48.4340.9635.93-
YUV174.35116.52164.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=42.48%
G=28.57%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615215400.330.320.11358.3856.0674.12
HexE2989A02120B166384a
Octal342230232041401354670112
Binary111000101001100010011010010000110000010111011001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2989A; }

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

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

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

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

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

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

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

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