#E570FA

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

Shades of Heliotrope #E570FA

Tints of Heliotrope #E570FA

Color information

#E570FA (or 0xE570FA) is unknown color: approx Heliotrope. HEX triplet: E5, 70 and FA. RGB value is (229,112,250). Sum of RGB (Red+Green+Blue) = 229+112+250=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E570FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E570FA is #1A8F05. Grayscale: #A2A2A2. Windows color (decimal): -1740550 or 16412901. OLE color: 16412901.

HSL color Cylindrical-coordinate representation of color #E570FA: hue angle of 290.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E570FA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229112250-
CMYK0.080.5500.02
HSL290.87º93.24%70.98%-
HSV(B)290.87º55.2%98.04%-
XYZ55.3635.1594.31-
YUV162.72177.26175.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 18.95%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=38.75%
G=18.95%
B=42.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291122500.080.5500.02290.8793.2470.98
HexE570FA837021235d47
Octal345160372106702443135107
Binary11100101111000011111010100011011101010010001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E570FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E570FA; }

 p { color: rgb(229,112,250); }

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

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

 a { background-color: rgb(229,112,250); }

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

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

 span { border-color: rgb(229,112,250); }

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