Html Css Color HEX #E29094 Wewak

📋 copy color: '#E29094'

red 226 ◦ green 144 ◦ blue 148

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

Shades of Wewak #E29094

Tints of Wewak #E29094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 43.63%
G = 27.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29094 (or 0xE29094) is known color: Wewak. HEX triplet: E2, 90 and 94. RGB value is (226,144,148). Sum of RGB (Red+Green+Blue) = 226+144+148=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E29094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29094 is #1D6F6B. Grayscale: #A9A9A9. Windows color (decimal): -1929068 or 9736418. OLE color: 9736418.

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

Color convert

RGB 226 144 148 -
CMYK 0 0.36 0.35 0.11
HSL 357.07º 0.59% 0.73% -
HSV(B) 357.07º 0.36% 0.89% -
XYZ 46.68 38.25 32.94 -
YUV 168.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 226 144 148 0 0.36 0.35 0.11 357.07 0.59 0.73
Hex E2 90 94 0 24 23 B 165 3B 49
Octal 342 220 224 0 44 43 13 545 73 111
Binary 11100010 10010000 10010100 0 100100 100011 1011 101100101 111011 1001001

Color Harmonies of #E29094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29094

Black with #E29094

Text Example


Text Example

White with #E29094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29094; }

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

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

background-color css

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

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

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

border-color css

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

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

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