#E5969A

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

Shades of Wewak #E5969A

Tints of Wewak #E5969A

Color information

#E5969A (or 0xE5969A) is unknown color: approx Wewak. HEX triplet: E5, 96 and 9A. RGB value is (229,150,154). Sum of RGB (Red+Green+Blue) = 229+150+154=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5969A is #1A6965. Grayscale: #AEAEAE. Windows color (decimal): -1730918 or 10131173. OLE color: 10131173.

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

Color convert

RGB229150154-
CMYK00.340.330.10
HSL356.96º60.31%74.31%-
HSV(B)356.96º34.5%89.8%-
XYZ49.0540.835.86-
YUV174.08116.67167.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=42.96%
G=28.14%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915015400.340.330.10356.9660.3174.31
HexE5969A02221A1653c4a
Octal345226232042411254574112
Binary111001011001011010011010010001010000110101011001011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5969A; }

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

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

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

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

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

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

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

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