Html Css Color HEX #E1949C Wewak

📋 copy color: '#E1949C'

red 225 ◦ green 148 ◦ blue 156

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

Shades of Wewak #E1949C

Tints of Wewak #E1949C

RGB

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

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

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

R = 42.53%
G = 27.98%
B = 29.49%

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

#E1949C (or 0xE1949C) is known color: Wewak. HEX triplet: E1, 94 and 9C. RGB value is (225,148,156). Sum of RGB (Red+Green+Blue) = 225+148+156=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949C is #1E6B63. Grayscale: #ABABAB. Windows color (decimal): -1993572 or 10261729. OLE color: 10261729.

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

Color convert

RGB 225 148 156 -
CMYK 0 0.34 0.31 0.12
HSL 353.77º 0.56% 0.73% -
HSV(B) 353.77º 0.34% 0.88% -
XYZ 47.64 39.59 36.58 -
YUV 171.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 225 148 156 0 0.34 0.31 0.12 353.77 0.56 0.73
Hex E1 94 9C 0 22 1F C 162 38 49
Octal 341 224 234 0 42 37 14 542 70 111
Binary 11100001 10010100 10011100 0 100010 11111 1100 101100010 111000 1001001

Color Harmonies of #E1949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1949C

Black with #E1949C

Text Example


Text Example

White with #E1949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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