Html Css Color HEX #E29496 Wewak

📋 copy color: '#E29496'

red 226 ◦ green 148 ◦ blue 150

#E29496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #E29496

Tints of Wewak #E29496

RGB

 RED value IS 226 (88.67% from 255) = 43.13%

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 43.13%
G = 28.24%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E29496 (or 0xE29496) is known color: Wewak. HEX triplet: E2, 94 and 96. RGB value is (226,148,150). Sum of RGB (Red+Green+Blue) = 226+148+150=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29496 is #1D6B69. Grayscale: #ABABAB. Windows color (decimal): -1928042 or 9868514. OLE color: 9868514.

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

Color convert

RGB 226 148 150 -
CMYK 0 0.35 0.34 0.11
HSL 358.46º 0.57% 0.73% -
HSV(B) 358.46º 0.35% 0.89% -
XYZ 47.46 39.55 33.99 -
YUV 171.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 226 148 150 0 0.35 0.34 0.11 358.46 0.57 0.73
Hex E2 94 96 0 23 22 B 166 39 49
Octal 342 224 226 0 43 42 13 546 71 111
Binary 11100010 10010100 10010110 0 100011 100010 1011 101100110 111001 1001001

Color Harmonies of #E29496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29496

Black with #E29496

Text Example


Text Example

White with #E29496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29496; }

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

 H1.HeaderClassName
 {
   color: #E29496;
 }
 .AnyTagClassName
 {
   color: #E29496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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