#E0969C

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

Shades of Wewak #E0969C

Tints of Wewak #E0969C

Color information

#E0969C (or 0xE0969C) is unknown color: approx Wewak. HEX triplet: E0, 96 and 9C. RGB value is (224,150,156). Sum of RGB (Red+Green+Blue) = 224+150+156=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0969C is #1F6963. Grayscale: #ACACAC. Windows color (decimal): -2058596 or 10262240. OLE color: 10262240.

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

Color convert

RGB224150156-
CMYK00.330.300.12
HSL355.14º54.41%73.33%-
HSV(B)355.14º33.04%87.84%-
XYZ47.6540.0636.67-
YUV172.81118.52164.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=42.26%
G=28.30%
B=29.43%

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
Decimal22415015600.330.300.12355.1454.4173.33
HexE0969C0211EC1633649
Octal340226234041361454366111
Binary11100000100101101001110001000011111011001011000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0969C; }

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

 H1.HeaderClassName
 {
   color: #E0969C;
 }
 .AnyTagClassName
 {
   color: #E0969C;
 }
</style>
background-color css

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

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

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

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

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

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