#E29198

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

Shades of Wewak #E29198

Tints of Wewak #E29198

Color information

#E29198 (or 0xE29198) is unknown color: approx Wewak. HEX triplet: E2, 91 and 98. RGB value is (226,145,152). Sum of RGB (Red+Green+Blue) = 226+145+152=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E29198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29198 is #1D6E67. Grayscale: #AAAAAA. Windows color (decimal): -1928808 or 9998818. OLE color: 9998818.

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

Color convert

RGB226145152-
CMYK00.360.330.11
HSL354.81º58.27%72.75%-
HSV(B)354.81º35.84%88.63%-
XYZ47.1638.6934.69-
YUV170.02117.84167.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=43.21%
G=27.72%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614515200.360.330.11354.8158.2772.75
HexE2919802421B1633a49
Octal342221230044411354372111
Binary111000101001000110011000010010010000110111011000111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29198; }

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

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

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

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

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

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

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

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