Html Css Color HEX #E2989C Wewak

📋 copy color: '#E2989C'

red 226 ◦ green 152 ◦ blue 156

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

Shades of Wewak #E2989C

Tints of Wewak #E2989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.46%

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 42.32%
G = 28.46%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2989C (or 0xE2989C) is known color: Wewak. HEX triplet: E2, 98 and 9C. RGB value is (226,152,156). Sum of RGB (Red+Green+Blue) = 226+152+156=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989C is #1D6763. Grayscale: #AEAEAE. Windows color (decimal): -1927012 or 10262754. OLE color: 10262754.

HSL color Cylindrical-coordinate representation of color #E2989C: hue angle of 356.76º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2989C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 156 -
CMYK 0 0.33 0.31 0.11
HSL 356.76º 0.56% 0.74% -
HSV(B) 356.76º 0.33% 0.89% -
XYZ 48.59 41.03 36.81 -
YUV 174.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 226 152 156 0 0.33 0.31 0.11 356.76 0.56 0.74
Hex E2 98 9C 0 21 1F B 165 38 4A
Octal 342 230 234 0 41 37 13 545 70 112
Binary 11100010 10011000 10011100 0 100001 11111 1011 101100101 111000 1001010

Color Harmonies of #E2989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2989C

Black with #E2989C

Text Example


Text Example

White with #E2989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2989C; }

 p { color: rgb(226,152,156); }

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

background-color css

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

 a { background-color: rgb(226,152,156); }

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

border-color css

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

 span { border-color: rgb(226,152,156); }

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