Html Css Color HEX #E29195 Wewak

📋 copy color: '#E29195'

red 226 ◦ green 145 ◦ blue 149

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

Shades of Wewak #E29195

Tints of Wewak #E29195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.88%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 43.46%
G = 27.88%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E29195 (or 0xE29195) is known color: Wewak. HEX triplet: E2, 91 and 95. RGB value is (226,145,149). Sum of RGB (Red+Green+Blue) = 226+145+149=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E29195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29195 is #1D6E6A. Grayscale: #A9A9A9. Windows color (decimal): -1928811 or 9802210. OLE color: 9802210.

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

Color convert

RGB 226 145 149 -
CMYK 0 0.36 0.34 0.11
HSL 357.04º 0.58% 0.73% -
HSV(B) 357.04º 0.36% 0.89% -
XYZ 46.91 38.59 33.41 -
YUV 169.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 226 145 149 0 0.36 0.34 0.11 357.04 0.58 0.73
Hex E2 91 95 0 24 22 B 165 3A 49
Octal 342 221 225 0 44 42 13 545 72 111
Binary 11100010 10010001 10010101 0 100100 100010 1011 101100101 111010 1001001

Color Harmonies of #E29195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29195

Black with #E29195

Text Example


Text Example

White with #E29195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29195; }

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

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

background-color css

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

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

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

border-color css

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

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

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