#E56994

Color #E56994 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E56994

Tints of Pale Violet Red #E56994

Color information

#E56994 (or 0xE56994) is unknown color: approx Pale Violet Red. HEX triplet: E5, 69 and 94. RGB value is (229,105,148). Sum of RGB (Red+Green+Blue) = 229+105+148=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E56994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56994 is #1A966B. Grayscale: #929292. Windows color (decimal): -1742444 or 9726437. OLE color: 9726437.

HSL color Cylindrical-coordinate representation of color #E56994: hue angle of 339.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56994 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229105148-
CMYK00.540.350.10
HSL339.19º70.45%65.49%-
HSV(B)339.19º54.15%89.8%-
XYZ42.7128.931.34-
YUV146.98128.58186.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=47.51%
G=21.78%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910514800.540.350.10339.1970.4565.49
HexE5699403623A1534641
Octal3451512240664312523106101
Binary111001011101001100101000110110100011101010101001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56994; }

 p { color: rgb(229,105,148); }

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

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

 a { background-color: rgb(229,105,148); }

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

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

 span { border-color: rgb(229,105,148); }

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