Html Css Color HEX #E29596 Wewak

📋 copy color: '#E29596'

red 226 ◦ green 149 ◦ blue 150

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

Shades of Wewak #E29596

Tints of Wewak #E29596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

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

R = 43.05%
G = 28.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E29596 (or 0xE29596) is known color: Wewak. HEX triplet: E2, 95 and 96. RGB value is (226,149,150). Sum of RGB (Red+Green+Blue) = 226+149+150=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29596 is #1D6A69. Grayscale: #ACACAC. Windows color (decimal): -1927786 or 9868770. OLE color: 9868770.

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

Color convert

RGB 226 149 150 -
CMYK 0 0.34 0.34 0.11
HSL 359.22º 0.57% 0.74% -
HSV(B) 359.22º 0.34% 0.89% -
XYZ 47.62 39.87 34.04 -
YUV 172.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 226 149 150 0 0.34 0.34 0.11 359.22 0.57 0.74
Hex E2 95 96 0 22 22 B 167 39 4A
Octal 342 225 226 0 42 42 13 547 71 112
Binary 11100010 10010101 10010110 0 100010 100010 1011 101100111 111001 1001010

Color Harmonies of #E29596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29596

Black with #E29596

Text Example


Text Example

White with #E29596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29596; }

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

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

background-color css

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

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

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

border-color css

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

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

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