#E59BA1

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

Shades of Wewak #E59BA1

Tints of Wewak #E59BA1

Color information

#E59BA1 (or 0xE59BA1) is unknown color: approx Wewak. HEX triplet: E5, 9B and A1. RGB value is (229,155,161). Sum of RGB (Red+Green+Blue) = 229+155+161=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BA1 is #1A645E. Grayscale: #B1B1B1. Windows color (decimal): -1729631 or 10591205. OLE color: 10591205.

HSL color Cylindrical-coordinate representation of color #E59BA1: hue angle of 355.14º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BA1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229155161-
CMYK00.320.300.10
HSL355.14º58.73%75.29%-
HSV(B)355.14º32.31%89.8%-
XYZ50.4742.6739.3-
YUV177.81118.52164.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=42.02%
G=28.44%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915516100.320.300.10355.1458.7375.29
HexE59BA10201EA1633b4b
Octal345233241040361254373113
Binary11100101100110111010000101000001111010101011000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BA1; }

 p { color: rgb(229,155,161); }

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

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

 a { background-color: rgb(229,155,161); }

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

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

 span { border-color: rgb(229,155,161); }

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