#E29699

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

Shades of Wewak #E29699

Tints of Wewak #E29699

Color information

#E29699 (or 0xE29699) is unknown color: approx Wewak. HEX triplet: E2, 96 and 99. RGB value is (226,150,153). Sum of RGB (Red+Green+Blue) = 226+150+153=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29699 is #1D6966. Grayscale: #ADADAD. Windows color (decimal): -1927527 or 10065634. OLE color: 10065634.

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

Color convert

RGB226150153-
CMYK00.340.320.11
HSL357.63º56.72%73.73%-
HSV(B)357.63º33.63%88.63%-
XYZ48.0240.2835.38-
YUV173.07116.68165.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=42.72%
G=28.36%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615015300.340.320.11357.6356.7273.73
HexE2969902220B166394a
Octal342226231042401354671112
Binary111000101001011010011001010001010000010111011001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29699; }

 p { color: rgb(226,150,153); }

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

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

 a { background-color: rgb(226,150,153); }

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

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

 span { border-color: rgb(226,150,153); }

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