Html Css Color HEX #E2989F Wewak

📋 copy color: '#E2989F'

red 226 ◦ green 152 ◦ blue 159

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

Shades of Wewak #E2989F

Tints of Wewak #E2989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 42.09%
G = 28.31%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2989F (or 0xE2989F) is known color: Wewak. HEX triplet: E2, 98 and 9F. RGB value is (226,152,159). Sum of RGB (Red+Green+Blue) = 226+152+159=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2989F is #1D6760. Grayscale: #AEAEAE. Windows color (decimal): -1927009 or 10459362. OLE color: 10459362.

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

Color convert

RGB 226 152 159 -
CMYK 0 0.33 0.30 0.11
HSL 354.32º 0.56% 0.74% -
HSV(B) 354.32º 0.33% 0.89% -
XYZ 48.85 41.13 38.16 -
YUV 174.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 226 152 159 0 0.33 0.30 0.11 354.32 0.56 0.74
Hex E2 98 9F 0 21 1E B 162 38 4A
Octal 342 230 237 0 41 36 13 542 70 112
Binary 11100010 10011000 10011111 0 100001 11110 1011 101100010 111000 1001010

Color Harmonies of #E2989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2989F

Black with #E2989F

Text Example


Text Example

White with #E2989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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