#E5919A

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

Shades of Wewak #E5919A

Tints of Wewak #E5919A

Color information

#E5919A (or 0xE5919A) is unknown color: approx Wewak. HEX triplet: E5, 91 and 9A. RGB value is (229,145,154). Sum of RGB (Red+Green+Blue) = 229+145+154=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5919A is #1A6E65. Grayscale: #ABABAB. Windows color (decimal): -1732198 or 10129893. OLE color: 10129893.

HSL color Cylindrical-coordinate representation of color #E5919A: hue angle of 353.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5919A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229145154-
CMYK00.370.330.10
HSL353.57º61.76%73.33%-
HSV(B)353.57º36.68%89.8%-
XYZ48.2739.2435.6-
YUV171.14118.33169.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=43.37%
G=27.46%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914515400.370.330.10353.5761.7673.33
HexE5919A02521A1623e49
Octal345221232045411254276111
Binary111001011001000110011010010010110000110101011000101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5919A; }

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

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

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

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

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

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

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

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