Html Css Color HEX #E1949B Wewak

📋 copy color: '#E1949B'

red 225 ◦ green 148 ◦ blue 155

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

Shades of Wewak #E1949B

Tints of Wewak #E1949B

RGB

 RED value IS 225 (88.28% from 255) = 42.61%

 GREEN value IS 148 (58.2% from 255) = 28.03%

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

R = 42.61%
G = 28.03%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1949B (or 0xE1949B) is known color: Wewak. HEX triplet: E1, 94 and 9B. RGB value is (225,148,155). Sum of RGB (Red+Green+Blue) = 225+148+155=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949B is #1E6B64. Grayscale: #ABABAB. Windows color (decimal): -1993573 or 10196193. OLE color: 10196193.

HSL color Cylindrical-coordinate representation of color #E1949B: hue angle of 354.55º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1949B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 155 -
CMYK 0 0.34 0.31 0.12
HSL 354.55º 0.56% 0.73% -
HSV(B) 354.55º 0.34% 0.88% -
XYZ 47.56 39.55 36.14 -
YUV 171.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 225 148 155 0 0.34 0.31 0.12 354.55 0.56 0.73
Hex E1 94 9B 0 22 1F C 163 38 49
Octal 341 224 233 0 42 37 14 543 70 111
Binary 11100001 10010100 10011011 0 100010 11111 1100 101100011 111000 1001001

Color Harmonies of #E1949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1949B

Black with #E1949B

Text Example


Text Example

White with #E1949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1949B; }

 p { color: rgb(225,148,155); }

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

background-color css

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

 a { background-color: rgb(225,148,155); }

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

border-color css

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

 span { border-color: rgb(225,148,155); }

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