Html Css Color HEX #E1949A Wewak

📋 copy color: '#E1949A'

red 225 ◦ green 148 ◦ blue 154

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

Shades of Wewak #E1949A

Tints of Wewak #E1949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.22%

R = 42.69%
G = 28.08%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1949A (or 0xE1949A) is known color: Wewak. HEX triplet: E1, 94 and 9A. RGB value is (225,148,154). Sum of RGB (Red+Green+Blue) = 225+148+154=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1949A is #1E6B65. Grayscale: #ABABAB. Windows color (decimal): -1993574 or 10130657. OLE color: 10130657.

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

Color convert

RGB 225 148 154 -
CMYK 0 0.34 0.32 0.12
HSL 355.32º 0.56% 0.73% -
HSV(B) 355.32º 0.34% 0.88% -
XYZ 47.47 39.52 35.7 -
YUV 171.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 225 148 154 0 0.34 0.32 0.12 355.32 0.56 0.73
Hex E1 94 9A 0 22 20 C 163 38 49
Octal 341 224 232 0 42 40 14 543 70 111
Binary 11100001 10010100 10011010 0 100010 100000 1100 101100011 111000 1001001

Color Harmonies of #E1949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1949A

Black with #E1949A

Text Example


Text Example

White with #E1949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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