#E49698

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

Shades of Wewak #E49698

Tints of Wewak #E49698

Color information

#E49698 (or 0xE49698) is unknown color: approx Wewak. HEX triplet: E4, 96 and 98. RGB value is (228,150,152). Sum of RGB (Red+Green+Blue) = 228+150+152=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E49698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49698 is #1B6967. Grayscale: #ADADAD. Windows color (decimal): -1796456 or 10000100. OLE color: 10000100.

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

Color convert

RGB228150152-
CMYK00.340.330.11
HSL358.46º59.09%74.12%-
HSV(B)358.46º34.21%89.41%-
XYZ48.5740.5734.98-
YUV173.55115.84166.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=43.02%
G=28.30%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815015200.340.330.11358.4659.0974.12
HexE4969802221B1663b4a
Octal344226230042411354673112
Binary111001001001011010011000010001010000110111011001101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49698; }

 p { color: rgb(228,150,152); }

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

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

 a { background-color: rgb(228,150,152); }

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

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

 span { border-color: rgb(228,150,152); }

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