Html Css Color HEX #E2989B Wewak

📋 copy color: '#E2989B'

red 226 ◦ green 152 ◦ blue 155

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

Shades of Wewak #E2989B

Tints of Wewak #E2989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 42.4%
G = 28.52%
B = 29.08%

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

#E2989B (or 0xE2989B) is known color: Wewak. HEX triplet: E2, 98 and 9B. RGB value is (226,152,155). Sum of RGB (Red+Green+Blue) = 226+152+155=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989B is #1D6764. Grayscale: #AEAEAE. Windows color (decimal): -1927013 or 10197218. OLE color: 10197218.

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

Color convert

RGB 226 152 155 -
CMYK 0 0.33 0.31 0.11
HSL 357.57º 0.56% 0.74% -
HSV(B) 357.57º 0.33% 0.89% -
XYZ 48.51 40.99 36.37 -
YUV 174.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 226 152 155 0 0.33 0.31 0.11 357.57 0.56 0.74
Hex E2 98 9B 0 21 1F B 166 38 4A
Octal 342 230 233 0 41 37 13 546 70 112
Binary 11100010 10011000 10011011 0 100001 11111 1011 101100110 111000 1001010

Color Harmonies of #E2989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2989B

Black with #E2989B

Text Example


Text Example

White with #E2989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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