#E0979F

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

Shades of Wewak #E0979F

Tints of Wewak #E0979F

Color information

#E0979F (or 0xE0979F) is unknown color: approx Wewak. HEX triplet: E0, 97 and 9F. RGB value is (224,151,159). Sum of RGB (Red+Green+Blue) = 224+151+159=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0979F is #1F6860. Grayscale: #ADADAD. Windows color (decimal): -2058337 or 10459104. OLE color: 10459104.

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

Color convert

RGB224151159-
CMYK00.330.290.12
HSL353.42º54.07%73.53%-
HSV(B)353.42º32.59%87.84%-
XYZ48.0740.4838.08-
YUV173.74119.68163.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=41.95%
G=28.28%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415115900.330.290.12353.4254.0773.53
HexE0979F0211DC161364a
Octal340227237041351454166112
Binary11100000100101111001111101000011110111001011000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0979F; }

 p { color: rgb(224,151,159); }

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

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

 a { background-color: rgb(224,151,159); }

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

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

 span { border-color: rgb(224,151,159); }

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