#E57AF5

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

Shades of Heliotrope #E57AF5

Tints of Heliotrope #E57AF5

Color information

#E57AF5 (or 0xE57AF5) is unknown color: approx Heliotrope. HEX triplet: E5, 7A and F5. RGB value is (229,122,245). Sum of RGB (Red+Green+Blue) = 229+122+245=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #E57AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AF5 is #1A850A. Grayscale: #A7A7A7. Windows color (decimal): -1737995 or 16087781. OLE color: 16087781.

HSL color Cylindrical-coordinate representation of color #E57AF5: hue angle of 292.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57AF5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229122245-
CMYK0.070.5000.04
HSL292.2º86.01%71.96%-
HSV(B)292.2º50.2%96.08%-
XYZ55.7537.1790.62-
YUV168.02171.45171.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.42%
GREEN value IS 122 (48.05% from 255) = 20.47%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=38.42%
G=20.47%
B=41.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291222450.070.5000.04292.286.0171.96
HexE57AF5732041245648
Octal34517236576204444126110
Binary11100101111101011110101111110010010010010010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57AF5; }

 p { color: rgb(229,122,245); }

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

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

 a { background-color: rgb(229,122,245); }

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

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

 span { border-color: rgb(229,122,245); }

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