Html Css Color HEX #E0959C Wewak

📋 copy color: '#E0959C'

red 224 ◦ green 149 ◦ blue 156

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

Shades of Wewak #E0959C

Tints of Wewak #E0959C

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

 GREEN value IS 149 (58.59% from 255) = 28.17%

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

R = 42.34%
G = 28.17%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0959C (or 0xE0959C) is known color: Wewak. HEX triplet: E0, 95 and 9C. RGB value is (224,149,156). Sum of RGB (Red+Green+Blue) = 224+149+156=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959C is #1F6A63. Grayscale: #ACACAC. Windows color (decimal): -2058852 or 10261984. OLE color: 10261984.

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

Color convert

RGB 224 149 156 -
CMYK 0 0.33 0.30 0.12
HSL 354.4º 0.55% 0.73% -
HSV(B) 354.4º 0.33% 0.88% -
XYZ 47.49 39.74 36.62 -
YUV 172.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 224 149 156 0 0.33 0.30 0.12 354.4 0.55 0.73
Hex E0 95 9C 0 21 1E C 162 37 49
Octal 340 225 234 0 41 36 14 542 67 111
Binary 11100000 10010101 10011100 0 100001 11110 1100 101100010 110111 1001001

Color Harmonies of #E0959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0959C

Black with #E0959C

Text Example


Text Example

White with #E0959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0959C; }

 p { color: rgb(224,149,156); }

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

background-color css

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

 a { background-color: rgb(224,149,156); }

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

border-color css

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

 span { border-color: rgb(224,149,156); }

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