Html Css Color HEX #E0969D Wewak

📋 copy color: '#E0969D'

red 224 ◦ green 150 ◦ blue 157

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

Shades of Wewak #E0969D

Tints of Wewak #E0969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.25%

 BLUE value IS 157 (61.72% from 255) = 29.57%

R = 42.18%
G = 28.25%
B = 29.57%

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

#E0969D (or 0xE0969D) is known color: Wewak. HEX triplet: E0, 96 and 9D. RGB value is (224,150,157). Sum of RGB (Red+Green+Blue) = 224+150+157=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0969D is #1F6962. Grayscale: #ACACAC. Windows color (decimal): -2058595 or 10327776. OLE color: 10327776.

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

Color convert

RGB 224 150 157 -
CMYK 0 0.33 0.30 0.12
HSL 354.32º 0.54% 0.73% -
HSV(B) 354.32º 0.33% 0.88% -
XYZ 47.73 40.09 37.12 -
YUV 172.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 224 150 157 0 0.33 0.30 0.12 354.32 0.54 0.73
Hex E0 96 9D 0 21 1E C 162 36 49
Octal 340 226 235 0 41 36 14 542 66 111
Binary 11100000 10010110 10011101 0 100001 11110 1100 101100010 110110 1001001

Color Harmonies of #E0969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0969D

Black with #E0969D

Text Example


Text Example

White with #E0969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0969D; }

 p { color: rgb(224,150,157); }

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

background-color css

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

 a { background-color: rgb(224,150,157); }

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

border-color css

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

 span { border-color: rgb(224,150,157); }

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