#E5969F

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

Shades of Wewak #E5969F

Tints of Wewak #E5969F

Color information

#E5969F (or 0xE5969F) is unknown color: approx Wewak. HEX triplet: E5, 96 and 9F. RGB value is (229,150,159). Sum of RGB (Red+Green+Blue) = 229+150+159=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969F is #1A6960. Grayscale: #AEAEAE. Windows color (decimal): -1730913 or 10458853. OLE color: 10458853.

HSL color Cylindrical-coordinate representation of color #E5969F: hue angle of 353.16º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5969F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229150159-
CMYK00.340.310.10
HSL353.16º60.31%74.31%-
HSV(B)353.16º34.5%89.8%-
XYZ49.4840.9738.1-
YUV174.65119.17166.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=42.57%
G=27.88%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915015900.340.310.10353.1660.3174.31
HexE5969F0221FA1613c4a
Octal345226237042371254174112
Binary11100101100101101001111101000101111110101011000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5969F; }

 p { color: rgb(229,150,159); }

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

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

 a { background-color: rgb(229,150,159); }

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

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

 span { border-color: rgb(229,150,159); }

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