Html Css Color HEX #E1949E Wewak

📋 copy color: '#E1949E'

red 225 ◦ green 148 ◦ blue 158

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

Shades of Wewak #E1949E

Tints of Wewak #E1949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 42.37%
G = 27.87%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1949E (or 0xE1949E) is known color: Wewak. HEX triplet: E1, 94 and 9E. RGB value is (225,148,158). Sum of RGB (Red+Green+Blue) = 225+148+158=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949E is #1E6B61. Grayscale: #ACACAC. Windows color (decimal): -1993570 or 10392801. OLE color: 10392801.

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

Color convert

RGB 225 148 158 -
CMYK 0 0.34 0.30 0.12
HSL 352.21º 0.56% 0.73% -
HSV(B) 352.21º 0.34% 0.88% -
XYZ 47.81 39.66 37.48 -
YUV 172.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 225 148 158 0 0.34 0.30 0.12 352.21 0.56 0.73
Hex E1 94 9E 0 22 1E C 160 38 49
Octal 341 224 236 0 42 36 14 540 70 111
Binary 11100001 10010100 10011110 0 100010 11110 1100 101100000 111000 1001001

Color Harmonies of #E1949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1949E

Black with #E1949E

Text Example


Text Example

White with #E1949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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