#E0969D

Color #E0969D Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #E0969D

Tints of Wewak #E0969D

Color information

#E0969D (or 0xE0969D) is unknown color: approx 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

RGB224150157-
CMYK00.330.300.12
HSL354.32º54.41%73.33%-
HSV(B)354.32º33.04%87.84%-
XYZ47.7340.0937.12-
YUV172.92119.02164.43-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415015700.330.300.12354.3254.4173.33
HexE0969D0211EC1623649
Octal340226235041361454266111
Binary11100000100101101001110101000011111011001011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>