#E29498

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

Shades of Wewak #E29498

Tints of Wewak #E29498

Color information

#E29498 (or 0xE29498) is unknown color: approx Wewak. HEX triplet: E2, 94 and 98. RGB value is (226,148,152). Sum of RGB (Red+Green+Blue) = 226+148+152=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E29498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29498 is #1D6B67. Grayscale: #ABABAB. Windows color (decimal): -1928040 or 9999586. OLE color: 9999586.

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

Color convert

RGB226148152-
CMYK00.350.330.11
HSL356.92º57.35%73.33%-
HSV(B)356.92º34.51%88.63%-
XYZ47.6239.6234.84-
YUV171.78116.84166.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=42.97%
G=28.14%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614815200.350.330.11356.9257.3573.33
HexE2949802321B1653949
Octal342224230043411354571111
Binary111000101001010010011000010001110000110111011001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29498; }

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

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

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

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

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

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

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

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