#E57294

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

Shades of Pale Violet Red #E57294

Tints of Pale Violet Red #E57294

Color information

#E57294 (or 0xE57294) is unknown color: approx Pale Violet Red. HEX triplet: E5, 72 and 94. RGB value is (229,114,148). Sum of RGB (Red+Green+Blue) = 229+114+148=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E57294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57294 is #1A8D6B. Grayscale: #989898. Windows color (decimal): -1740140 or 9728741. OLE color: 9728741.

HSL color Cylindrical-coordinate representation of color #E57294: hue angle of 342.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57294 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229114148-
CMYK00.500.350.10
HSL342.26º68.86%67.25%-
HSV(B)342.26º50.22%89.8%-
XYZ43.6830.8331.67-
YUV152.26125.6182.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=46.64%
G=23.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911414800.500.350.10342.2668.8667.25
HexE5729403223A1564543
Octal3451622240624312526105103
Binary111001011110010100101000110010100011101010101011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57294; }

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

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

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

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

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

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

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

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